我要安装:

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


我该怎么办?现在要做吗?

评论

sudo add-apt-repository ppa:ricotz / testin

当前未安装程序“ add-apt-repository”。您可以通过键入以下命令进行安装:apt-get install python-software-properties

您正在使用哪个版本的Ubuntu?

只需复制并粘贴命令它告诉您执行命令...
add-apt-repository由software-properties-common提供,请参阅文件列表

#1 楼

尝试以下操作:

sudo apt-get install software-properties-common


和/或

sudo apt-get install python3-software-properties


和/或

sudo apt-get install python-software-properties


评论


在Ubuntu 14.04中,apt-get install software-properties-common似乎足够了。

– qris
15年5月27日在20:51

在docker映像上进行了测试。需要常用的software-properties和python-software-properties

–汤姆·古达(Thamme Gowda)
15年11月24日在1:30

在新的Debian上进行了测试,还需要software-properties-common和python-software-properties

–Ice09
17年2月28日在8:36

ubuntu:最新的docker镜像给出了E:无法找到软件包software-properties-common

–马丁·托马
18年5月3日,11:07

如果无法找到软件包,请确保先apt-get update。

–大卫·比克斯(David Birks)
18年7月30日在20:15