Ubuntu无法找到add-apt-repository问题的解决方法
                (编辑:jimmy 日期: 2025/11/1 浏览:3 次 )
            
            
            网上查了一下资料,原来是需要 
python-software-properties
于是
apt-get install python-software-properties
除此之外还要安装
software-properties-common
于是
apt-get install software-properties-common
然后就能用add-apt-repository了
            python-software-properties
于是
apt-get install python-software-properties
除此之外还要安装
software-properties-common
于是
apt-get install software-properties-common
然后就能用add-apt-repository了
下一篇:在Ubuntu 12.04中安装Gnome Shell扩展具体的方法