• Andrew Beacock's Blog: How to install a specific version of a Debian package
    apt debian howto essential Monday, February 15, 2010

Andrew Beacock's Blog: How to install a specific version of a Debian package

Andrew Beacock's Blog: How to install a specific version of a Debian package

apt-cache showpkg <package name>
apt-get install <package name>=<version>
old packages in /var/cache/apt/archives/
use dpkg -i /var/cache/apt/archives/x.deb to install