-
有時候 Ubuntu安裝軟件時候會提示你缺少對應版本的軟件,這時候你就需要用到 sudo apt-get install softname=version 來安裝對應的軟件。
sudo apt-get install openssh-client=1:6.6p1-2ubuntu1 // 上面安裝的是 1:6.6p1-2ubuntu1 openssh-client
-
列出一個軟件的版本的命令是 sudo apt-cache madison soft_name
sudo apt-cache madison openssh-client

Read The Fucking Source Code
轉自:https://www.cnblogs.com/chenfulin5/p/8394973.html
