[Bug Report] 两个问题:打印机无法安转驱动。系统升级最新的版本直接卡死
Tofloor
poster avatar
cbs8848
deepin
2026-02-24 10:34
Author

问题一,惠普打印机无法安装驱动,三个版本都无法安装,提示的链接上面的所有驱动都无法安装或者提示不对。 问题二,系统升级最新版本,大概20多兆,重启后多次卡在50%就不动了,尝试多次均无法升级 求解决 邮箱19481954@qq.com

Reply Favorite View the author
All Replies
GaoJZ 
deepin
2026-02-24 11:09
#1

https://bbs.deepin.org/post/294237

Reply View the author
running
deepin
Community Developer
17 hours ago
#2

@cbs8848 问题出在软件安装、升级或卸载过程中被意外终止(如断电、强制关闭终端、系统崩溃等),导致系统包数据库处于“锁定”或“不一致”状态。可以打开深度终端,在终端里面依次执行以下命令进行修复安装:

1、sudo dpkg --configure -a
2、sudo apt update
3、sudo apt --fix-broken install
4、sudo apt install --reinstall hplip

Reply View the author