须藤:能力:找不到命令

Rol*_*oft 4 aptitude downloads

刚刚在新 HD 上重新安装了 14.*LTS。但是当我尝试加载 Bonic 时,我收到此错误回复

rollo@rollo-desktop:~$ sudo aptitude install boinc-client boinc-manager
sudo: aptitude: command not found
rollo@rollo-desktop:~$ 
Run Code Online (Sandbox Code Playgroud)

有什么建议?

Tho*_*ard 7

aptitude默认情况下不包含在 Ubuntu 安装中;通常,您必须安装它才能使用它,就像apt-get通常的安装方式一样。

您可以aptitude通过运行安装:sudo apt-get install aptitude