ubuntu apt-get 安装指定版本软件

Posted 陈富林

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu apt-get 安装指定版本软件相关的知识,希望对你有一定的参考价值。

  • 有时候 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
![](http://images2017.cnblogs.com/blog/991711/201801/991711-20180131212936640-1313856399.png)

以上是关于ubuntu apt-get 安装指定版本软件的主要内容,如果未能解决你的问题,请参考以下文章