vagrant@precise64:~$ sudo tasksel install lamp-server
tasksel: aptitude failed (100)
我希望从全新安装的 ubuntu 中获取 LAMP 服务器。所有 Google 搜索都建议使用 Taskel,它会进入漂亮的 ASCII 图形用户界面,下载内容,然后出现此消息并死机。
我猜我应该尝试通过apt-get
单独的包来执行此操作,但似乎很有可能其他人会搜索此错误消息并想要得到正确的答案。
答案1
aptitude 失败,因为它已过期或类似原因。确保您可以访问互联网,并且
sudo apt-get update --fix-missing
然后再次尝试tasksel。