dnf.plugin.langpacks (8) - Linux Manuals
dnf.plugin.langpacks: DNF langpacks plugin
NAME
dnf.langpacks.plugin - DNF langpacks pluginSYNOPSIS
dnf [command] [package ...]DESCRIPTION
dnf-langpacks is a plugin for dnf to install language packs. This plugin provides various commands.
commands available are:
* langavailable [language1] [language2] [...]
This command allows user to find if language support is available for the given input languages.
* langinfo [language1] [language2] [...]
This command will show the user what packages will get installed by a given input languages.
* langlist
This command will show the user what languages are already installed(enabled)
* langinstall [language1] [language2] [...]
This command will install the given input languages. If no input language is given then this
command will try to add any missing language packages for all enabled languages on the system.
* langremove [language1] [language2] [...]
This command will remove the given input languages.
This plugin also provide option to enable additional languages. Just add locale
code to langpacks_locale config item in /etc/dnf/plugins/langpacks.conf
EXAMPLES
To check if langpacks are available for language codes de, hi and language names Japanese and Portuguese
dnf langavailable de
To check what packages will get installed for language codes de, hi and language names Japanese and Portuguese
dnf langinfo de
To check what languages are already installed on your system.
dnf langlist
To install the languages for language codes de, hi and language names Japanese and Portuguese
dnf langinstall de
To remove the languages for language codes de, hi and language names Japanese and Portuguese
dnf langremove de NOTES
These commands accept language codes or language names or mix of them as a input.
General usage for end users is like this:
1)
2)
3)
4)
5) AUTHOR
Parag Nemade
BUGS
Please report any bugs in Red Hat bugzilla, https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora