美文网首页
[Mac] Ubuntu系统提示command-not-foun

[Mac] Ubuntu系统提示command-not-foun

作者: zeloas | 来源:发表于2020-02-27 19:12 被阅读0次

远程登录linux机器的时候遇到了下面的log

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

相关文章

网友评论

      本文标题:[Mac] Ubuntu系统提示command-not-foun

      本文链接:https://www.haomeiwen.com/subject/czbxhhtx.html