Ubuntu无法找到add-apt-repository问题的解决方法
软件教程
2025年11月29日 00:20 304
admin
网上查了一下资料,原来是需要
python-software-properties
于是
apt-get install python-software-properties
除此之外还要安装
software-properties-common
于是
apt-get install software-properties-common
然后就能用add-apt-repository了
相关文章

发表评论