Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
[求助][已解決]安装或升级时 libgl1-mesa-dri的依赖性问题
Experiences and Insight
2158
views ·
1
replies ·
To
floor
Go
alpoet
deepin
2012-09-01 20:44
Author
想要安装或升级 出现
~/.ssh » sudo apt-get dist-upgrade
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
您也许需要运行“apt-get -f install”来修正上面的错误。
下列软件包有未满足的依赖关系:
libgl1-mesa-dri : 破坏: libgl1-mesa-glx (< 7.10.2-4) 但是 7.0.3-16 已经安装
E: 不能满足依赖关系。不妨试一下 -f 选项。
Copy the Code
然后按要求apt-get -f install
~/.ssh » sudo apt-get -f install
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
正在更正依赖关系... 完成
将会安装下列额外的软件包:
libgl1-mesa-glx
下列软件包将被升级:
libgl1-mesa-glx
升级了 1 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 16 个软件包未被升级。
有 1 个软件包没有被完全安装或卸载。
需要下载 0 B/103 kB 的软件包。
解压缩后将会空出 344 kB 的空间。
您希望继续执行吗?[Y/n]y
dpkg:警告:there's no installed package matching libgl1-mesa-glx:i386
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
Total disk space freed by localepurge: 0 KiB
Copy the Code
求教各位热心的大虾 how to fix it?
到
http://packages.ubuntu.com/zh-cn/
去搜索對應的deb包 使用
sudo dpkg -i --force-architecture *.deb
Copy the Code
命令強制安裝 再執行
sudo apt-get -f install
Copy the Code
解決依賴性
Reply
Like 0
Favorite
View the author
All Replies
tuhaihe
deepin
2012-09-11 22:19
#1
可以整理到 wiki 上。
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Calender app not opening.
Popular Events
More
然后按要求apt-get -f install
求教各位热心的大虾 how to fix it?
到 http://packages.ubuntu.com/zh-cn/ 去搜索對應的deb包 使用