首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

初学者有关问题-apt-get: command not found异常

2013-07-04 
菜鸟问题----apt-get: command not found错误root@ubuntu:/home/rin# apt-get install vimCommand apt-ge

菜鸟问题----apt-get: command not found错误
root@ubuntu:/home/rin# apt-get install vim
Command 'apt-get' is available in '/usr/bin/apt-get'
The command could not be located because '/usr/bin' is not included in the PATH environment variable.
apt-get: command not found
不知道查来一下,说是权限问题,初步怀疑所使用来chmod 777 *命令的问题!求解答。
[解决办法]
apt-get不在/usr/bin下

whereis apt-get


[解决办法]
apt-get: /usr/bin/apt-get
看看你的环境变量PATH里有没有/usr/bin这个目录……
如果没有就加进去……

热点排行