我正在尝试在 Ubuntu 14.04 上安装 apt-add-repository。
sudo apt-get install add-apt-repository
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package add-apt-repository
我也尝试安装 python-software-properties
sudo apt-get install python-software-properties
然而,它仍然失踪了...有人知道这个包裹去哪儿了?
答案1
add-apt-repository
不是包,所以您无法使用 来安装它sudo apt-get install add-apt-repository
。这是错误的!
包含命令的包add-apt-repository
是(并且一直是):
software-properties-common
可能并非python-software-properties
如您所想。您可以使用以下命令进行检查:
dpkg -S add-apt-repository