如何使用终端安装“add-apt-repository”?

如何使用终端安装“add-apt-repository”?

我想要安装:

add-apt-repository ppa:ricotz/testin

它显示:

The program add-apt-repository is currently not installed.
You can install it by typing:
sudo apt-get install python-software-properties

我现在应该怎么做?

答案1

尝试这些:

sudo apt-get install software-properties-common

和/或

sudo apt-get install python3-software-properties

和/或

sudo apt-get install python-software-properties

相关内容