The langpacks rpms
  • Python 98.3%
  • Shell 1.7%
Find a file
2026-07-16 05:28:04 +00:00
.fmf Add tmt testcase 2025-09-26 10:01:19 +00:00
plans Add tmt testcase 2025-09-26 10:01:19 +00:00
tests Add tmt testcase 2025-09-26 10:01:19 +00:00
.gitignore Initial setup of the repo 2016-01-28 15:02:15 +00:00
langpacks.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 05:28:04 +00:00
normlang.py Stop shipping core-font sub-packages in lowercase and keep same naming as others 2020-03-11 16:21:49 +09:00
README.md readme: codeblock package structure lines to avoid markup effects 2026-03-12 19:08:06 +08:00
sources Initial setup of the repo 2016-01-28 15:02:15 +00:00

Fedora langpacks package

This package enables langpacks for glibc, hunspell dictionaries, KDE, and other packages, as well has default language support (fonts and input methods) for languages.

Meta-package structure

langpacks-* -> langpacks-{core,fonts}-* -> default-fonts-*

Default fonts

default-fonts -> default-fonts-{core,cjk,other}-* -> default-fonts-*
default-fonts-core-* = default-core-{sans,mono,serif,emoji,math}
default-fonts-cjk-* = default-fonts-cjk-{sans,mono,serif}
default-fonts-other-* = default-fonts-other-{sans,mono,serif}

FAQ

[Q] How to remove a default font or langpack meta-package?

Because of the chains of meta-packages it can be a little daunting to remove default fonts for example (ie without inducing dnf to remove lots of default packages).

But it can be done easily with for example:

sudo dnf remove google-noto-sans-<LANG>-fonts --noautoremove

or

sudo dnf remove default-fonts-LANGCODE --noautoremove

Though it is recommended to use the default-fonts in general.