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