DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Install New Locale on Linux Mint


After installing a new Linux (Mint 17, xfce), I need to install Chinese input method, so I have to install Chinese locale at first.

  1. List all installed locales: locale -a;

  2. View all supported locales on your system: less /usr/share/i18n/SUPPORTED, and "zh_CN.UTF-8 UTF-8" is what I want to install;

  3. Add this locale into locale list file: echo "zh_CN.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local;

  4. Regenerate locale list: sudo dpkg-reconfigure locales;

Ref:

How do I add locale to ubuntu server?



Published

Aug 24, 2014

Last Updated

Aug 24, 2014

Category

Tech

Tags

  • locale 2
  • mint 24

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor