Linux下无法使用add-apt-repository命令

来源:互联网 发布:windows server 2003r2 编辑:程序博客网 时间:2024/06/05 02:04

Error:

    add-apt-repository command not found

Solution:

1 sudo apt-get install python-software-properties2 sudo apt-get update

Then:

    sudo apt install software-properties-common    sudo apt-get update

Done.