To force installation of a package version from a specific repository in a regualr debian system, it's easy:
apt-get install -t repository packagename
but this doesn't work in k/ubuntu. Here is the problem:
I need to install the 7.11-0ubuntu4 version. Is there a simple way to force installation of that from the command line? By simple, I mean not having to sort through all the repositories to find the one that is downloading the undesired version & rub it out.
apt-get install -t repository packagename
but this doesn't work in k/ubuntu. Here is the problem:
Code:
$ apt-cache policy libglapi-mesa libglapi-mesa: Installed: 7.11.0+git20110328.5d7c27f5-0ubuntu0sarvatt Candidate: 7.11.0+git20110328.5d7c27f5-0ubuntu0sarvatt Version table: *** 7.11.0+git20110328.5d7c27f5-0ubuntu0sarvatt 0 100 /var/lib/dpkg/status 7.11-0ubuntu4 0 500 [url]http://us.archive.ubuntu.com/ubuntu/[/url] precise/main amd64 Packages
Comment