Q. How do I install Languages in Linux after installation? I don’t have any language specific support installed but need to install the same. I’m using both RHEL 5 and CentOS 5.
A. Yellow dog Updater, Modified, a package manager for RPM-compatible Linux systems such as CentoS 5/Fedora 7 and RHEL 5. Yum's repository system is quickly becoming the standard for RPM-based repositories.
If the languages were not installed during the installation, the same can be installed by YUM command. Use following command to install Hindi and Chinese support.
# yum groupinstall {LANGUAGE-support}
# yum install "@Hindi Support"
# yum install "@Chinese Support"
Use yum grouplist list available groups and languages.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop














{ 9 comments… read them below or add one }
How can I install Vietnamese support language on my Centos box? I already install Scim, but I can’t type Vietnamese. Thank you!
If the above command doesn’t work for you (which happened in my case)
try this one:
yum groupinstall “Chinese Support”
:)
yum groupinstall “Chinese Support” worked for me on CentOS 5.2 install.
Thanks!
I also tried yum groupinstall and install to install the chinese fonts.
However it failed in my CentOS 5.4… Any suggestion?
yum install “@Chinese Support”
this commend works on my CentOS 5.4
I don’t use groupinstall
Hi,
I am getting error when i run this command
yum grouplist
Setting up Group Process
Error: No group data available for configured repositories
yum install “@Chinese Support”
Setting up Install Process
Parsing package install arguments
Error: No Groups Available in any repository
Do we need to download the packages of Chinese Support before running command or that command will directly do it?
is that any thing has to do with comps.xml file.
where can i find comps.xml file?
Thank You
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: http://ftp.cuhk.edu.hk
* base: centos.vr-zone.com
* extras: centos.vr-zone.com
* updates: centos.vr-zone.com
Setting up Install Process
No package hindi support available.
Nothing to do
Hi ,
Do I have to run fc-cache -f /usr/share/fonts manually to make it avail or will it be available to all automatically?
Thanks