[求助][已解決]安装或升级时 libgl1-mesa-dri的依赖性问题
Tofloor
poster avatar
alpoet
deepin
2012-09-01 20:44
Author
想要安装或升级 出现
  1. ~/.ssh  » sudo apt-get dist-upgrade
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 您也许需要运行“apt-get -f install”来修正上面的错误。
  6. 下列软件包有未满足的依赖关系:
  7. libgl1-mesa-dri : 破坏: libgl1-mesa-glx (< 7.10.2-4) 但是 7.0.3-16 已经安装
  8. E: 不能满足依赖关系。不妨试一下 -f 选项。
Copy the Code

然后按要求apt-get -f install
  1. ~/.ssh  » sudo apt-get -f install
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 正在更正依赖关系... 完成
  6. 将会安装下列额外的软件包:
  7.   libgl1-mesa-glx
  8. 下列软件包将被升级:
  9.   libgl1-mesa-glx
  10. 升级了 1 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 16 个软件包未被升级。
  11. 有 1 个软件包没有被完全安装或卸载。
  12. 需要下载 0 B/103 kB 的软件包。
  13. 解压缩后将会空出 344 kB 的空间。
  14. 您希望继续执行吗?[Y/n]y
  15. dpkg:警告:there's no installed package matching libgl1-mesa-glx:i386
  16. localepurge: Disk space freed in /usr/share/locale: 0 KiB
  17. localepurge: Disk space freed in /usr/share/man: 0 KiB
  18. localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
  19. localepurge: Disk space freed in /usr/share/omf: 0 KiB
  20. Total disk space freed by localepurge: 0 KiB
Copy the Code

求教各位热心的大虾 how to fix it?

http://packages.ubuntu.com/zh-cn/ 去搜索對應的deb包 使用
  1. sudo dpkg -i --force-architecture *.deb
Copy the Code
命令強制安裝 再執行
  1. sudo apt-get -f install
Copy the Code
解決依賴性
Reply Favorite View the author
All Replies
tuhaihe
deepin
2012-09-11 22:19
#1
可以整理到 wiki 上。
Reply View the author