beta版能直接更新到20正式版吗?
Tofloor
poster avatar
solothink
deepin
2020-08-09 14:14
Author
本帖最后由 solothink 于 2020-8-9 06:18 编辑

管理员好!我一直用20beta版,用到现在挺稳定的。请问如何不用重新装软件,只是更新,能否升级到20正式版?我现在用“更新”按钮,总是显示更新失败。
Reply Favorite View the author
All Replies
avatar
残念
deepin
2020-08-09 15:07
#1
都更新到了RC了,肯定可以啊
Reply View the author
avatar
残念
deepin
2020-08-09 15:14
#2
终端输入
  1. sudo apt update
Copy the Code

然后把错误信息贴上来
Reply View the author
avatar
Ziggy
deepin
2020-08-09 16:44
#3
那是因为本次更新有调整设置需要在终端进行,你可能是没有更新完就关机了,可以试下重新更新
Reply View the author
avatar
solothink
deepin
2020-08-09 17:52
#4
https://bbs.deepin.org/post/198663
那是因为本次更新有调整设置需要在终端进行,你可能是没有更新完就关机了,可以试下重新更新 ...

刚才发现更新成功了,但是问题更大。我输入密码进入后,刚看到桌面,马上锁屏退出了。明天我还要上班啊,里面一大堆东西。
Reply View the author
avatar
走钢丝
deepin
2020-08-09 17:57
#5
https://bbs.deepin.org/post/198663
刚才发现更新成功了,但是问题更大。我输入密码进入后,刚看到桌面,马上锁屏退出了。明天我还要上班啊, ...

ctrl+alt+f2
sudo apt update && sudo apt dist-upgrade -y
Reply View the author
avatar
xuey
deepin
2020-08-09 19:51
#6
终端命令行执行:
sudo apt update
sudo apt upgrade
进不去桌面的话就开机后
ctrl+alt+f2
输入用户名,回车,盲打密码,回车,再执行上面的命令
根据提示的错误再发帖求助
Reply View the author
avatar
solothink
deepin
2020-08-09 21:19
#7
https://bbs.deepin.org/post/198663
ctrl+alt+f2
sudo apt update && sudo apt dist-upgrade -y

dpkg-deb:error:paste subprocess was killed by signal(broken pipe) errors were encounterd while processing: /var/cache/apt/archives/cn.wps.wps-office_11.1.0.9615_amd64.deb
E:Sub-process /usr/bin/dpkg returned an error code(1)
Reply View the author
avatar
solothink
deepin
2020-08-09 21:21
#8
https://bbs.deepin.org/post/198663
终端命令行执行:
sudo apt update
sudo apt upgrade

dpkg-deb:error:paste subprocess was killed by signal(broken pipe) errors were encounterd while processing: /var/cache/apt/archives/cn.wps.wps-office_11.1.0.9615_amd64.deb
E:Sub-process /usr/bin/dpkg returned an error code(1)
Reply View the author
avatar
走钢丝
deepin
2020-08-09 21:38
#9
https://bbs.deepin.org/post/198663
dpkg-deb:error:paste subprocess was killed by signal(broken pipe) errors were encounterd while pro ...

错误似乎太简单了。。

sudo dpkg  --reconfigure -a

Reply View the author
avatar
solothink
deepin
2020-08-09 21:42
#10
本帖最后由 solothink 于 2020-8-9 13:48 编辑
https://bbs.deepin.org/post/198663
错误似乎太简单了。。

sudo dpkg  --reconfigure -a

dpkg:error:unknown option --reconfigure,如果是sudo dpkg  -reconfigure -a,那么是报“dpkg:error:conflicting actions -e(--control) and -r(--remove)"
Reply View the author
avatar
走钢丝
deepin
2020-08-09 21:46
#11
https://bbs.deepin.org/post/198663
dpkg:error:unknown option --reconfigure

发错了
sudo dpkg  --configure -a
Reply View the author
avatar
solothink
deepin
2020-08-09 21:51
#12
https://bbs.deepin.org/post/198663
发错了
sudo dpkg  --configure -a

谢谢!正常啦!哈哈哈!
Reply View the author
avatar
ddjxz
deepin
2020-08-09 21:55
#13
更新失败,要清除缓存,再重复更新就可以了。
Reply View the author
avatar
solothink
deepin
2020-08-09 23:50
#14
https://bbs.deepin.org/post/198663
更新失败,要清除缓存,再重复更新就可以了。

好的,现在是好了,不过想了解一下,咋个清除缓存法,用什么命令啊
Reply View the author