15.11升级到v20会清除之前的数据吗?
Tofloor
poster avatar
silkapok
deepin
2020-09-12 21:21
Author
如题
苦逼程序员一名。
各种各样的语言 数据库都在/usr/local 还有各种项目在/home下面  最重要的是各种各样的老婆。
升级v20会清除这些玩意吗?重新安装工作环境太麻烦了
Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2020-09-12 21:32
#1
理论上不会
Reply View the author
152******14
deepin
2020-09-12 22:52
#2
建议备份
Reply View the author
阿措
deepin
2020-09-12 22:59
#3
感觉15比20好用
Reply View the author
Ziggy
deepin
2020-09-13 00:12
#4
只要分区是将/home独立挂载了,重装系统就不会丢失数据,只是可能会有不兼容现象。/usr/的话就难讲了

上述仅针对重装,换源升级并不丢失任何数据,只是可能会出现不兼容的各类bug
Reply View the author
silkapok
deepin
2020-09-13 00:28
#5
https://bbs.deepin.org/post/201864
只要分区是将/home独立挂载了,重装系统就不会丢失数据,只是可能会有不兼容现象。/usr/的话就难讲了

上述 ...

换源升级失败了。。。
Reply View the author
Ziggy
deepin
2020-09-13 00:30
#6
https://bbs.deepin.org/post/201864
换源升级失败了。。。

那种失败?
Reply View the author
silkapok
deepin
2020-09-13 00:34
#7
Reply View the author
Ziggy
deepin
2020-09-13 00:44
#8

啊这....要终端更新的,不然你报什么错都不知道
Reply View the author
silkapok
deepin
2020-09-13 00:59
#9
https://bbs.deepin.org/post/201864
啊这....要终端更新的,不然你报什么错都不知道


就是这个咯
Reply View the author
silkapok
deepin
2020-09-13 01:00
#10

15不维护了。。不卡死就好了。经常卡死
Reply View the author
Ziggy
deepin
2020-09-13 01:06
#11

你怎么换源的?我看看你的source.list
Reply View the author
silkapok
deepin
2020-09-13 01:12
#12
https://bbs.deepin.org/post/201864
你怎么换源的?我看看你的source.list




酱紫咯

Reply View the author
Ziggy
deepin
2020-09-13 01:19
#13

你怎么改的...全部地址都有问题,仔细看说明
https://bbs.deepin.org/post/201772
Reply View the author
silkapok
deepin
2020-09-13 01:26
#14
https://bbs.deepin.org/post/201864
你怎么改的...全部地址都有问题,仔细看说明
https://bbs.deepin.org/post/2017 ...


不就是这里吗?复制 粘贴
Reply View the author
Ziggy
deepin
2020-09-13 01:34
#15
https://bbs.deepin.org/post/201864
不就是这里吗?复制 粘贴

看清楚,将1511源替换,新增商店源,全都是https的,你那个是http....
Reply View the author
silkapok
deepin
2020-09-13 01:49
#16
https://bbs.deepin.org/post/201864
看清楚,将1511源替换,新增商店源,全都是https的,你那个是http.... ...

W: GPG 错误:https://community-store-packages.deepin.com/appstore eagle InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 1C30362C0A53D5BB
W: 仓库 “https://community-store-packages.deepin.com/appstore eagle InRelease” 没有数字签名。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。

我这也是https呀。 地址有问题应该是not found了吧,不应该说我没有公钥吧

Reply View the author
Ziggy
deepin
2020-09-13 01:54
#17
https://bbs.deepin.org/post/201864
W: GPG 错误:https://community-store-packages.deepin.com/appstore eagle InRelease: 由于没有公钥, ...

都说了替换,你还留着1511的不就出问题了嘛
Reply View the author
wtz
deepin
2020-09-13 02:42
#18
https://bbs.deepin.org/post/201864
都说了替换,你还留着1511的不就出问题了嘛

他是替换了,原来的源前面加了“#”,不会起作用的。
问题在于缺少GPG公钥,需要执行apt-key添加公钥:
  1. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 1C30362C0A53D5BB
Copy the Code

注意参数的顺序,“--recv-key”一定要放最后。
Reply View the author