apt-get 安装指定版本

apt-get install package=version
例如:需要装autoconf 2.50
apt-get install 则会装最新的2.59而不是装2.50

apt-get install autoconf=2.50