जवाबों:
locale-gen
में मौजूद नहीं है Centos/Fedora
।
आप का उपयोग करना चाहिए localedef
:
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
से man localedef
:
NAME
localedef - define locale environment
SYNOPSIS
localedef [-c][-f charmap][-i sourcefile][-u code_set_name] name
DESCRIPTION
The localedef utility shall convert source definitions for locale cate‐
gories into a format usable by the functions and utilities whose opera‐
tional behavior is determined by the setting of the locale environment
variables defined in the Base Definitions volume of
IEEE Std 1003.1-2001, Chapter 7, Locale. It is implementation-defined
whether users have the capability to create new locales, in addition to
those supplied by the implementation. If the symbolic constant
POSIX2_LOCALEDEF is defined, the system supports the creation of new
locales. On XSI-conformant systems, the symbolic constant
POSIX2_LOCALEDEF shall be defined.
ldd /usr/bin/localedef
?
locale
कमांड। यदि आप डॉकटर को जानते हैं, तो आप docker run -i -t centos bash
जांच कर सकते हैं ।
मैंने उत्तर @Gnouc पर आधारित अतिरिक्त जानकारी प्रदान की (सेंटो localedef
में उपयोग की जाएगी)
centos docker
एक विशेष छवि है जो कम से कम पैकेज प्रदान करता है, स्क्रिप्ट देखना है https://github.com/dotcloud/docker/blob/master/contrib/mkimage-yum.sh
rm -rf "$target"/usr/{{lib,share}/locale,{lib,lib64}/gconv,bin/localedef,sbin/build-locale-archive}
इनसाइड कमांड localedef
को हटा दिया जाता है, glibc-common
जिसमें पैकेज शामिल होता है जिसे फिर से इंस्टॉल किया जाएगा
yum reinstall glibc-common
निश्चित रूप से आकार में वृद्धि की जाएगी
yum reinstall glibc-common
अमेज़ॅन लिनक्स 2.17-196.172.amzn1
डॉकर कंटेनर पर मेरे लिए स्थानीयकृत उपलब्ध कराया गया : hub.docker.com/r/ambakshi/amazon-linux और मुझे अमृत स्थापित करने की अनुमति दी।
yum whatprovides */localedef
लिए रिपोर्टglibc-common
, जबकि/usr/bin/localedef
मौजूद नहीं है। अजीब, कर्ता के कारण?