Locale-gen: Unterschied zwischen den Versionen
Änderung 86142 von Dirkwagner (Diskussion) rückgängig gemacht. Markierung: Rückgängigmachung |
|||
Zeile 29: | Zeile 29: | ||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | {{Special:PrefixIndex/{{BASEPAGENAME}}}} | ||
The '''locales-all''' package, which contains all supported locales in compiled form. | The '''locales-all''' package, which contains all supported locales in compiled form. | ||
Zeile 36: | Zeile 38: | ||
==== Dokumentation ==== | ==== Dokumentation ==== | ||
===== RFC ===== | ===== RFC ===== | ||
===== Man-Pages ===== | ===== Man-Pages ===== | ||
# locale(1) | |||
# localedef(1) | |||
# locale.gen(5) | |||
===== Info-Pages ===== | ===== Info-Pages ===== | ||
==== Links ==== | ==== Links ==== |
Version vom 14. Dezember 2023, 12:13 Uhr
locale-gen - generate localisation files from templates
Beschreibung
As compiled locales are large, only templates are distributed in the default locales package, and only the desired locales are compiled on the target system.
After selecting the locales into /etc/locale.gen (via dpkg package configuration, for example ,) locale-gen is run to compile them via localedef(1).
Installation
Syntax
locale-gen [--keep-existing]
Optionen
- --keep-existing
- Do not remove /usr/lib/locale/locale-archive, only compiling new locales.
Parameter
Umgebungsvariablen
Exit-Status
Anwendung
Fehlerbehebung
Konfiguration
Dateien
Anhang
Siehe auch
The locales-all package, which contains all supported locales in compiled form.
Sicherheit
Dokumentation
RFC
Man-Pages
- locale(1)
- localedef(1)
- locale.gen(5)