今天更新系统有几个软件包无法通过配置
Tofloor
poster avatar
137******30
deepin
2020-09-03 05:19
Author
正在设置 deepin-authenticate (1.1.0.8-1) ...
mv: 无法获取'/lib/deepin-authenticate/common-auth-temp' 的文件状态(stat): 没有那个文件或目录
dpkg: 处理软件包 deepin-authenticate (--configure)时出错:
已安装 deepin-authenticate 软件包 post-installation 脚本 子进程返回错误状态 1
dpkg: 依赖关系问题使得 dde-session-shell 的配置工作不能继续:
dde-session-shell 依赖于 deepin-authenticate (>= 1.0.0.2);然而:
  软件包 deepin-authenticate 尚未配置。

dpkg: 处理软件包 dde-session-shell (--configure)时出错:
依赖关系问题 - 仍未被配置
dpkg: 依赖关系问题使得 dde-session-ui 的配置工作不能继续:
dde-session-ui 依赖于 dde-session-shell;然而:
  软件包 dde-session-shell 尚未配置。

dpkg: 处理软件包 dde-session-ui (--configure)时出错:
依赖关系问题 - 仍未被配置
在处理时有错误发生:
deepin-authenticate
dde-session-shell
dde-session-ui
E: Sub-process /usr/bin/dpkg returned an error code (1)

没有找到这个路径的文件,这个需要怎么处理呢?

Reply Favorite View the author
All Replies
avatar
Ziggy
deepin
2020-09-03 07:16
#1
sudo apt -f install
sudo dpkg --configure -a
Reply View the author
avatar
xuey
deepin
2020-09-03 15:01
#2
Reply View the author
avatar
137******30
deepin
2020-09-03 18:42
#3
https://bbs.deepin.org/post/201218
sudo apt -f install
sudo dpkg --configure -a

执行 sudo apt -f install 的时候

还是跟上面提示一样

Reply View the author
avatar
137******30
deepin
2020-09-03 18:43
#4
https://bbs.deepin.org/post/201218
https://blog.csdn.net/stickmangod/article/details/85316142
这个办法可以参考一下

嗯,这个包我看了一下文件,好像文件的路径不对
Reply View the author
avatar
137******30
deepin
2020-09-03 18:47
#5
deepin-authenticate软件包的文件

是安装在/usr/lib

而上面错误提示中是寻找/lib

不知道是否是这个问题导致的
Reply View the author
avatar
jingle
deepin
2020-09-03 19:13
#6
从806 升级到1001?
Reply View the author
avatar
zhaominjie
deepin
2020-09-03 21:48
#7
是什么环境升级上来的?
Reply View the author
avatar
137******30
deepin
2020-09-03 22:44
#8
https://bbs.deepin.org/post/201218
从806 升级到1001?

我之前是从15.11升级到20,然后20最近有提示更新,我就点更新了,就出现这个提示了
Reply View the author
avatar
137******30
deepin
2020-09-03 22:44
#9
https://bbs.deepin.org/post/201218
是什么环境升级上来的?

我之前是从15.11升级到20,然后20最近有提示更新,我就点更新了,就出现这个提示了
Reply View the author
avatar
137******30
deepin
2020-09-04 01:20
#10
https://bbs.deepin.org/post/201218
从806 升级到1001?

这几个软件包是否会影响到系统重启,更新后不敢重启了。

是否可以通过创建软链的方法解决

/usr/lib/deepin-authenticate链接到/lib/deepin-authenticate

或者修改某个安装脚本

或者其他方法
Reply View the author