在前进的路上,别忘了你前进的目的

Debian 添加ppa的源,非脚本

转自:http://stackoverflow.com/questions/13018626/add-apt-repository-not-found

 

经过查询包得知 add-apt-repository 

          python-software-properties

这个软件包中

    尝试使用

    • apt-get install python-software-properties        //首先尝试安装这个软件

    • apt-get install software-properties-common     //上面尝试如果add-apt-repository不能运行,尝试安装这个软件

    • apt-get install apt-file

    • apt-file update

    • apt-file search add-apt-repository

      现在debian就可以用
      add-apt-repository

posted @ 2017-01-12 15:25  尘世念想  阅读(599)  评论(0)    收藏  举报