4

我正在尝试在带有 Ubuntu 10.04 的 AWS EC2 上使用 apt-get,但出现以下错误。

sudo:apt-get:找不到命令

所以我必须安装apt-get。有没有教程?我在网上做了一些搜索,但只找到了其他 Linux 版本的安装指南。谢谢。

4

1 回答 1

-4

I think you are using the command incorrectly! apt-get is built in with every release of Ubuntu. If for example you want to install vim you would type

sudo apt-get install vim

To check the documentation of apt-get type:

man apt-get

于 2012-02-12T08:54:40.693 回答