我无法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
答案1
然后你应该使用以下命令安装替换版本:
sudo apt-get update
sudo apt-get install software-properties-common
对我来说,你似乎正在尝试获取add-apt-repository
包含在软件属性-通用包裹。