最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Ubuntu系统提示Sorry, command-not-found has crashed 解决方法
时间:2022-06-30 19:24:06 编辑:袖梨 来源:一聚教程网
最近新装的Ubuntu 12.04下,会碰到这个问题,输入命令会报出下面这个错误,导致很多命令都没法执行,后来查得,可能是语言的问题,安装的时候选了中文,有可能是此原因导致。
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:
command-not-found version: 0.2.44
如图:
解决办法
按条输入以下命令即可:
| 代码如下 | 复制代码 |
| export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales |
|
OK,再试试,解决。
相关文章
- 《梦境护卫队》第5关通关攻略 03-27
- wps-office网页版在线直达-wps-office官网一键登录 03-27
- 哔咔哔咔漫画官网入口在哪最新地址-哔咔哔咔漫画官方客户端下载安装安卓版 03-27
- Z-library-Z-lib官方镜像入口网址 03-27
- 神奇海洋今日3月25日答案更新 03-27
- 知聊如何设置收费 03-26
![[记录]Ubuntu Sorry, command-not-found has crashed...问题解决办法](https://img.111cn.net/uploads/20220925/img_633022aebc73130.jpg)