【发布时间】:2016-02-20 03:24:30
【问题描述】:
我在 /etc/apt/sources.list 中列出了一些错误的 ubuntu 版本(它列出了精确而不是可靠),我是在对无法自动安装的软件包进行了一整天的解决方法后才发现的。现在一切都恢复了速度,除了一些剩余的麻烦制造者,libglu 和 libboost
root@brain2:/home/jeremy# apt-get install libglu1-mesa libglu1-mesa-dev
Reading package lists... Done
libglu1-mesa is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
libglu1-mesa-dev : Depends: libgl1-mesa-dev but it is not going to be installed or libgl-dev
我已经试过了
apt-get -f install
dpkg --configure -a
apt-get clean
apt-get update
apt-get upgrate
但它们对我没有用。任何咨询信息表示赞赏。
【问题讨论】: