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.
🐧 11 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
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
Worked just fine with CentOS 6.4 / 64.
install centos 2.4.4 how….