我试图使用以下命令从xorg-edgers PPA安装较早版本的mesa包:
sudo apt-get install libgl1-mesa-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty mesa-common-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-dri:i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-dri:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-glx:i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgl1-mesa-glx:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libosmesa6:i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libosmesa6:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libwayland-egl1-mesa:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libegl1-mesa-drivers:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgles2-mesa-dev=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libgles2-mesa:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libglapi-mesa:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libglapi-mesa:i386=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libopenvg1-mesa:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty libegl1-mesa:amd64=10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty不幸的是,我得知每个包都没有这样的版本。请您确认一下,如果我把它放错了格式,还是包已经不存在了?
发布于 2014-09-29 09:11:55
不幸的是,10.3.0版本在他们的ppa存储库中不再可用。
您可以随时检查类似的内容:
mesa-common-dev,去pool/main/m/mesa/或者你可以写成:
http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu/pool/main/m/mesa/
http://ppa.launchpad.net/<developer-or-team-name>/ppa/ubuntu/pool/main/<1st-letter-of-package-name-prefixed-with-lib-if-it's>/<source-package-name>/
https://askubuntu.com/questions/514123
复制相似问题