• 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. ClusterSSH(cssh) – Manage Multiple SSH Sessions on Linux
  2. Understanding the Network interface configuration file /etc/sysconfig/network-scripts/ifcfg-eth#
  3. How to Disable TLS 1.1 Cockpit port 9090
  4. How to use fdisk to partition a disk in Linux
  5. The Ultimate Beginner’s Guide to Static Website Hosting With Google Firebase (for FREE)
  6. How To Disable Ksplice Service on OEL
  7. How to Run a Script When USB Devices Is Attached or Removed Using UDEV
  8. OpenLDAP Server and Client Utilities list
  9. EFS Mount Issue “Failed to resolve server: Name or service not known”
  10. How to query and modify kernel parameters using sysctl (Immediately and persistently) in CentOS / RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • What are /dev/zero and /dev/null files in Linux
  • grpck command – Remove corrupt or duplicate entries in the /etc/group and /etc/gshadow files.
  • xxd command – Expressed in hexadecimal form
  • sesearch: command not found

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright