apt-get tips

1、通过apt-get安装指定版本的软件

apt-get install <package name>=<version>

  

2、通过apt-cache列举所有可获取的版本

apt-cache madison <package name>

  

原文地址:https://www.cnblogs.com/YaoDD/p/7530934.html