Locale-gen: Unterschied zwischen den Versionen

Aus Foxwiki
Zeile 46: Zeile 46:


After selecting the locales into /etc/locale.gen (via '''dpkg package configuration, for example''' ,) '''locale-gen''' is run to compile them via localedef(1).
After selecting the locales into /etc/locale.gen (via '''dpkg package configuration, for example''' ,) '''locale-gen''' is run to compile them via localedef(1).
== OPTIONS ==
; '''--keep-existing'''
: Do not remove /usr/lib/locale/locale-archive, only compiling new locales.


</noinclude>
</noinclude>

Version vom 14. Dezember 2023, 11:56 Uhr


locale-gen - Kurzbeschreibung

Beschreibung

Installation

Syntax

Optionen

Parameter

Umgebungsvariablen

Exit-Status

Anwendung

Fehlerbehebung

Konfiguration

Dateien

Anhang

Siehe auch

locale(1), localedef(1), locale.gen(5) /usr/share/i18n/SUPPORTED (/usr/local/share/i18n/SUPPORTED ) — list of all supported locales on the current system. The locales-all package, which contains all supported locales in compiled form.

Sicherheit

Dokumentation

RFC
Man-Pages
Info-Pages

Links

Projekt
Weblinks

LOCALE-GEN

Section: Maintenance Commands (8)

NAME

locale-gen - generate localisation files from templates

SYNOPSIS

locale-gen [--keep-existing]

DESCRIPTION

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).