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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • 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. inkscape Command Examples
  2. paru Command Examples in Linux
  3. xclip Command Examples in Linux
  4. qm wait Command Examples in Linux
  5. retroarch Command Examples in Linux
  6. btrfs subvolume Command Examples in Linux
  7. awk: command not found
  8. btrfs rescue Command Examples in Linux
  9. dokku: Docker powered mini-Heroku (PaaS)
  10. duc: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright