码迷,mamicode.com
首页 > 其他好文 > 详细

command-not-found has crashed

时间:2014-05-07 19:52:22      阅读:266      评论:0      收藏:0      [点我收藏+]

标签:get   文件   com   c   安装   ubuntu   

打算用secureCRT上传一些文件的。结果上传失败了,提示command-not-found has crashed.

遂google一下,给出的解释是Ubuntu设置的语言为zh_CN.UTF-8,在输入某些未安装命令的时候会出问题

解决方法:sudo locale-gen zh_CN.UTF-8 

locale-gen可以生成需要的locale文件,上面那句命令可以使其支持UTF-8,此时会将 zh_CN.GBK UTF-8 写入/var/lib/locales/supported.d/local

支持中文后,则可以利用apt-get install lrzsz 安装rz sz了。

command-not-found has crashed,布布扣,bubuko.com

command-not-found has crashed

标签:get   文件   com   c   安装   ubuntu   

原文地址:http://www.cnblogs.com/elenno/p/command_not_found_has_crashed.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!