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

The Geek Diary

CONCEPTS | BASICS | HOWTO

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • Linux Services
    • VCS
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
    • Data Guard
  • DevOps
    • Docker
    • Shell Scripting
  • Interview Questions
  • 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. Understanding Linux SCSI Reservation
  2. Linux Interview Questions – Linux Printing (CUPS)
  3. How to Configure Separate Port For SSH and SFTP On CentOS/RHEL
  4. Unable to Run X Applications Through SSH in Linux
  5. FATAL: Error inserting rds_rdma
  6. How to change a system’s machine-ID in Oracle Enterprise Linux 7
  7. Managing iSCSI Timeouts Settings in Linux
  8. CentOS/RHEL – vgs command reports error: “global/global_filter” unknown
  9. How to Recover Corrupted Root Partition from Rescue Mode in CentOS/RHEL 5,6
  10. ‘lxc_cgfs – Device or resource busy – failed to set memory.use_hierarchy to 1; continuing’ – error while starting LXC container

You May Also Like

Primary Sidebar

Recent Posts

  • How to disable ACPI in CentOS/RHEL 7
  • How to Use real-time query to access data on a physical standby database
  • CentOS/RHEL 8: “ACPI MEMORY OR I/O RESET_REG” Server Hung after reboot
  • How to Create a Physical Standby Database by Using SQL and RMAN Commands
  • Archives
  • Contact Us
  • Copyright

© 2021 · The Geek Diary