• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to add additional language support in CentOS/RHEL

by admin

Question: How to add additional language support in CentOS/RHEL?

To add specific language support in CentOS/RHEL, you need firstly confirm the correct language group name by “yum grouplist” command.

# yum grouplist

The available language groups will be displayed in yum output as below:

# yum grouplist
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Group Process
Installed Groups:
...
Installed Language Groups:
Arabic Support [ar]
Armenian Support [hy]
...
Available Groups:
Backup Client
Backup Server
...
Available Language Groups:
Afrikaans Support [af]
Albanian Support [sq]
...
Chinese Support [zh]
Coptic Support [cop]
Croatian Support [hr]
Czech Support [cs]
Danish Support [da]
Dutch Support [nl]
English (UK) Support [en_GB]
...

After getting the correct language group name, you can install the specific language support using the “yum groupinstall command. Below is an example to add Chinese language support.

# yum groupinstall "Chinese Support"

Filed Under: CentOS/RHEL 6, CentOS/RHEL 7, Linux

Some more articles you might also be interested in …

  1. How to change the default IP address of docker bridge
  2. How to Verify if a Disk/Partition is in Use by Oracle ASM, was used by Oracle ASM or is never used by Oracle ASM
  3. How To Execute The Pstack Command On CentOS/RHEL
  4. CentOS / RHEL : How to find RPM installation date and time
  5. How to prevent SSH connections from disconnecting due to inactivity when using MobaXterm
  6. fprintd Logs Messages into /var/log/messages Even If USEFPRINTD=no in /etc/sysconfig/authconfig (CentOS/RHEL 7)
  7. Common Init.ora Parameters and Unix, Linux Kernel Parameters and Relationship Between Them
  8. apport-bug Command Examples in Linux
  9. pacman –upgrade Command Examples in Linux
  10. getent: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • qm Command Examples in Linux
  • qm wait Command Examples in Linux
  • qm start Command Examples in Linux
  • qm snapshot Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright