尝试安装 python-software-properties-common 时收到此错误消息:
sudo apt-get install python-software-properties-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-software-properties-common
答案1
您尝试安装的软件包名为软件属性-通用,而不是 python-software-properties-common。要在所有当前支持的 Ubuntu 版本中安装 software-properties-common,请打开终端并输入:
sudo apt install software-properties-common
软件属性-通用提供所使用的 apt 存储库的抽象。它允许您轻松管理您的发行版和独立软件供应商的软件源。