我在 VirtualBox 机器上构建了一个 Ubuntu 最小安装(32 位)。一切顺利,我安装的第一件东西是xorg
和lxqt
,包括依赖项。它启动正常,我认为它运行良好,直到我尝试在终端中添加新的存储库。
命令如下:
sudo add-apt-repository ppa:nilarimogard/webupd8
一旦我按下回车键,我立即遇到这个错误:
sudo: add-apt-repository: command not found
我也尝试过这个命令:
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
结果相同。运行sudo apt-get install firefox
安装 Firefox 没有任何问题;添加新的存储库导致了问题。除了通过 synaptic 安装一些程序外,我没有对系统做任何事情。我没有卸载任何东西。有人知道出了什么问题吗?
答案1
您可以add-apt-repository
通过以下方式安装
sudo apt-get install software-properties-common
看:
pilot6@Pilot6:~$ dpkg -S /usr/bin/add-apt-repository
software-properties-common: /usr/bin/add-apt-repository