安装Mutate时,add-apt-repository报:找不到命令

sudo add-apt-repository ppa:mutate/ppa
[sudo] xxxx 的密码:
sudo: add-apt-repository:找不到命令

解决步骤:

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

有提示的时候’y’就可以了。

sudo add-apt-repository ppa:mutate/ppa
sudo apt-get update
sudo apt-get install mutate

提示内容

正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
将会同时安装下列软件:
  apt apt-utils dirmngr gnupg gnupg-agent libapt-inst2.0
  libapt-pkg5.0 libgpg-error-dev libgpg-error0
  libgpg-error0:i386 python-apt python-pycurl
  python3-pycurl python3-software-properties
  unattended-upgrades
建议安装:
  apt-doc powermgmt-base dbus-user-session tor parcimonie
  xloadimage scdaemon python-apt-dbg python-apt-doc
  libcurl4-gnutls-dev python-pycurl-dbg python-pycurl-doc
  python3-pycurl-dbg bsd-mailx mail-transport-agent
  needrestart
推荐安装:
  gnupg-l10n
下列【新】软件包将被安装:
  dirmngr python-apt python-pycurl
  python-software-properties python3-pycurl
  python3-software-properties software-properties-common
  unattended-upgrades
下列软件包将被升级:
  apt apt-utils gnupg gnupg-agent libapt-inst2.0
  libapt-pkg5.0 libgpg-error-dev libgpg-error0
  libgpg-error0:i386
升级了 9 个软件包,新安装了 8 个软件包,要卸载 0 个软件包,有 1073 个软件包未被升级。
需要下载 5,741 kB 的归档。
解压缩后会消耗 3,297 kB 的额外空间。
您希望继续执行吗? [Y/n] y
【警告】:下列软件包不能通过认证!
  python-software-properties python3-software-properties
  software-properties-common
没有验证的情况下就安装这些软件包吗? [y/N] y

你可能感兴趣的:(安装配置,linux)