• 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

check-language-support Command Examples in Linux

by Deepika

check-language-support is a command-line utility in Linux that is used to check the availability of language support on the system. It is part of the language-support-* package in Ubuntu and other Debian-based distributions, and is used to check which languages are supported by the system and which language packages are installed.

To use check-language-support, you can simply run the command followed by the name of the language or languages that you want to check for support.

For example, to check for support for the English and Spanish languages, you can use the following command:

# check-language-support en es

This command will output a list of the language support packages that are available for the English and Spanish languages, as well as which packages are currently installed on the system. check-language-support includes several options and arguments that allow you to customize the way it checks for language support. For example, you can use the –all option to check for support for all languages, or the –installed option to only show the language support packages that are currently installed on the system.

For more information on using check-language-support, you can consult the check-language-support documentation or use the check-language-support –help command to view a list of available options and usage examples.

check-language-support Command Examples

1. Display a list of missing language packages based on installed software and enabled locales:

# check-language-support

2. List packages for a specific locale:

# check-language-support --language en

3. Display installed packages as well as missing ones:

# check-language-support --show-installed

Filed Under: Linux

Some more articles you might also be interested in …

  1. daemonize: command not found
  2. CentOS/RHEL – How to run a script or command when any user logout the ssh session
  3. How to use netstat command under Linux (Examples included)
  4. iSCSI troubleshooting : Targets Not Detected After Reboot
  5. How to install and configure VNC Server on CentOS/RHEL 8
  6. who: command not found
  7. How to Add Network Printer via Command Line in CentOS/RHEL
  8. pgrep Command Examples in Linux
  9. sar Command Examples in Linux
  10. How to edit Virtual Machine Hardware in RedHat Virtualization

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright