• 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 not found

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.

If you encounter the below error while running the command check-language-support :

check-language-support: command not found

you may try installing the below package:

# apt-get install language-selector-common

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.

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. How to load SELinux Module For Oracleasm
  2. lynis: command not found
  3. SSHFS (Secure SHell FileSystem) – Securely Mount remote filesystem over ssh
  4. CentOS / RHEL 6 : How to rebuild Initial Ramdisk Image
  5. jpegoptim for image optimization
  6. mtr: command not found
  7. light: command not found
  8. repo-add Command Examples in Linux
  9. needrestart Command Examples in Linux
  10. Command ‘df -i’ Shows ‘Inode=0’ on BTRFS File System

You May Also Like

Primary Sidebar

Recent Posts

  • “aws s3api” Command Examples
  • “aws s3” Command Examples
  • “aws s3 rm” Command Examples
  • “aws s3 presign” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright