我无法在Ubuntu上安装python-software-properties --我的操作系统是Ubuntu19.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发布于 2019-11-28 16:44:05
然后,您应该用以下方式安装替换:
sudo apt-get update
sudo apt-get install software-properties-common对我来说,您似乎正在尝试获取add-apt-repository命令,该命令包含在软件.特性.通用套餐中。
https://askubuntu.com/questions/1192329
复制相似问题