v20beta可以升级到v20正式版吗
Tofloor
poster avatar
ntxiaohui1
deepin
2020-09-14 04:31
Author
我安装的时候直接是V20beta版本,现在想升级到V20正式版,但是每次都不成功。界面下图:

尝试了在终端下输入“sudo apt-get update && sudo apt-get dist-upgrade -y”也没有成功。
谢谢


Reply Favorite View the author
All Replies
liwl
deepin
2020-09-14 05:30
#1
可以的,我就是一路升上来的
Reply View the author
Ziggy
deepin
2020-09-14 05:35
#2
报错是什么?
Reply View the author
不会开车有驾照
deepin
2020-09-14 05:37
#3
可以升级,看看你改过源没?
Reply View the author
pzm9012
Moderator
2020-09-14 05:41
#4
执行sudo apt upgrade 看看哪里出了问题
Reply View the author
kirin2020
deepin
2020-09-14 05:41
#5
本帖最后由 kirin2020 于 2020-9-13 21:43 编辑

我也是升级过来的,正常得很,放心升级吧。呵呵
但你要先修改一下hosts,否则升级不了哦:


在终端执行以下两步骤就可以升级啦


sudo sh -c 'echo "61.54.25.98    community-packages.deepin.com" >> /etc/hosts'


sudo apt update && sudo apt dist-upgrade && sudo apt upgrade


Reply View the author