在ubuntu系统编译程序时报:
执行语句:apt-get install --reinstall command-not-found command-not-found-data
执行语句:export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
问题解决。
本文详细介绍了在Ubuntu系统中编译程序时遇到'command-not-found'错误的解决方法,通过设置环境变量和重新配置本地化环境,最终成功解决问题。
在ubuntu系统编译程序时报:
执行语句:apt-get install --reinstall command-not-found command-not-found-data
执行语句:export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
问题解决。
1588

被折叠的 条评论
为什么被折叠?