新装的ubuntu出现无法找到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系统中add-apt-repository命令不可用的问题。通过安装python-software-properties和software-properties-common两个软件包,可以成功启用该命令。
新装的ubuntu出现无法找到add-apt-repository的问题,网上查了一下资料,原来是需要 :
python-software-properties
用命令:
apt-get install python-software-properties
除此之外还要安装
software-properties-common
用命令:
apt-get install software-properties-common
然后就能用add-apt-repository了
2798
5015

被折叠的 条评论
为什么被折叠?
