[Package Installer] 最新的系统补丁安装时Chrome 88无法更新报错
Tofloor
poster avatar
scott_liu
deepin
2021-02-26 07:52
Author
dpkg: error processing archive /var/cache/apt/archives/cn.google.chrome_88.0.4324.182-2_amd64.deb (--unpack):
 trying to overwrite '/etc/cron.daily/google-chrome', which is also in package google-chrome-stable 85.0.4183.83-1
Errors were encountered while processing:
 /var/cache/apt/archives/cn.google.chrome_88.0.4324.182-2_amd64.deb
Reply Favorite View the author
All Replies
sheldon0514
deepin
2021-02-26 08:15
#1

只是文件锁了, 应该是其他进程正在读写, kill掉所有chrome相关的进程, 再试下安装, 如果不行就重启, 如果后仍然不能解决问题话, 直接进入tty去干掉这个文件

Reply View the author
SamLukeYes
deepin
2021-02-26 15:32
#2

你装了两个 chrome,一个是 cn.google.chrome,一个是 google-chrome-stable,这两个包有文件冲突,建议卸载 cn.google.chrome

Reply View the author
lcw0268
deepin
2021-02-26 17:07
#3

sudo rm -rf /var/cache/apt/archives/cn.google.chrome_88.0.4324.182-2_amd64.deb

sudo apt purge google-chrome-stable

sudo apt install google-chrome-stable

Reply View the author
scott_liu
deepin
2021-02-26 19:02
#4

感谢楼上各位。问题暂时解决了,想请教以后如果还有系统更新包括Chrome更新的话还会不会出现同样的问题呢?

Reply View the author
SamLukeYes
deepin
2021-02-26 19:23
#5
scott_liu

感谢楼上各位。问题暂时解决了,想请教以后如果还有系统更新包括Chrome更新的话还会不会出现同样的问题呢?

只要没有安装商店提供的 chrome(cn.google.chrome),就不会有问题

Reply View the author