Home >Computer Tutorials >Computer Knowledge >How to set Chinese on ubuntu command line
Setting Chinese in the Ubuntu command line can be achieved in the following ways:
sudo apt-get install fcitx fcitx-googlepinyin
export LC_ALL=zh_CN.UTF-8
Through the above method, you can set Chinese in the Ubuntu command line to make Chinese input and display more convenient.
Ask AI for details
The above is the detailed content of How to set Chinese on ubuntu command line. For more information, please follow other related articles on the PHP Chinese website!