Error:
add-apt-repository command not found
Solution:
sudo apt-get install python-software-properties
sudo apt-get update
Then:
sudo apt install software-properties-common
sudo apt-get update
Done.
本文介绍了解决在Ubuntu系统中遇到的add-apt-repository命令未找到的问题的方法。首先需要安装python-software-properties包,然后更新软件源。接着安装software-properties-common包并再次更新软件源。
Error:
add-apt-repository command not found
Solution:
sudo apt-get install python-software-properties
sudo apt-get update
Then:
sudo apt install software-properties-common
sudo apt-get update
Done.

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