我最近通过保留Linux Mint 13发行版的主文件夹安装了Ubuntu 12.10。系统安装良好,但是一开始所有内容都是中文(甚至是终端机中的文字)。我设法通过编辑一些文件解决了这个问题,但是只要在Terminal中找不到命令,我仍然会收到错误消息。这里是:
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.3
Python version: 3.2.3 final 0
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
Exception information:
unsupported locale setting
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard
callback()
File "/usr/lib/command-not-found", line 69, in main
enable_i18n()
File "/usr/lib/command-not-found", line 40, in enable_i18n
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.2/locale.py", line 541, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
我如何摆脱这个错误。它说这是一个语言环境错误,所以我想它可能与最初的语言问题有关,但我不是Linux方面的专家。你有什么意见?
2
很酷,您找到了一个解决方案并决定共享它。顺其自然,无需删除好信息:)
—
Bruno Pereira 2012年
这是一个非常好的问题,因为崩溃与主要问题是分开的。
—
伊利亚·卡根
command-not-found
当您尝试运行不存在的命令(找不到)时运行。但是,我建议您报告该错误。如果可以重现,建议使用Apport发送报告。否则,您仍然可以在该错误报告中包含完整的错误消息(该错误消息包含跟踪,开发人员可能会使用它来找出问题的根源)。报告之前,请参阅help.ubuntu.com/community/ReportingBugs。