ubuntu 19.10 上的 python 软件属性

Fed*_*ira 5 19.04

我无法python-software-properties在 Ubuntu 上安装我的操作系统是 Ubuntu 19.10 我试过“ sudo apt-get install python-software-properties”但它一直显示我:

package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  software-properties-common

E: Package 'python-software-properties' has no installation candidate
Run Code Online (Sandbox Code Playgroud)

N0r*_*ert 4

然后你应该安装替代品:

sudo apt-get update
sudo apt-get install software-properties-common
Run Code Online (Sandbox Code Playgroud)

对我来说,您似乎正在尝试获取software-properties-common packageadd-apt-repository中包含的命令。