报错如下:
add-apt-repository command not found
解决方案:
sudo apt-get install python-software-properties
sudo apt-get update
最后在执行:
sudo apt install software-properties-common
sudo apt-get update
"夏目贵志" 发表于: 2018年03月29日
add-apt-repository command not found
sudo apt-get install python-software-properties
sudo apt-get update
sudo apt install software-properties-common
sudo apt-get update