1. 程式人生 > >Linux下無法使用add-apt-repository命令

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

Error:

    add-apt-repository command not found

Solution:

1 sudo apt-get install python-software-properties
2 sudo apt-get update

Then:

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

Done.