mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
check-language-support: add page (#6919)
This commit is contained in:
parent
c3cf706923
commit
d050330c07
1 changed files with 16 additions and 0 deletions
16
pages/linux/check-language-support.md
Normal file
16
pages/linux/check-language-support.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# check-language-support
|
||||
|
||||
> Display a list of missing language packages on Ubuntu.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/impish/en/man1/check-language-support.1.html>.
|
||||
|
||||
- Display a list of missing language packages based on installed software and enabled locales:
|
||||
|
||||
`check-language-support`
|
||||
|
||||
- List packages for a specific locale:
|
||||
|
||||
`check-language-support --language {{en}}`
|
||||
|
||||
- Display installed packages as well as missing ones:
|
||||
|
||||
`check-language-support --show-installed`
|
Loading…
Add table
Reference in a new issue