Debian 7 locales not found [on hold]
I need to install en_US and it_IT locales. I work with Docker containers but I think is indipendent between Debian and container based on Debian.
I execute these commands:
root@debian:/# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@debian:/# locale -a
C
C.UTF-8
POSIX
I tried this command:
root@debian:/# dpkg-reconfigure locales
dpkg-query: package 'locales' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: locales is not installed.
Please help me.
dpkg debian docker locale language-support
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Kulfy, karel, Florian Diesch, Arronical, mchid Jan 23 at 16:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, karel, Florian Diesch, Arronical, mchid
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I need to install en_US and it_IT locales. I work with Docker containers but I think is indipendent between Debian and container based on Debian.
I execute these commands:
root@debian:/# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@debian:/# locale -a
C
C.UTF-8
POSIX
I tried this command:
root@debian:/# dpkg-reconfigure locales
dpkg-query: package 'locales' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: locales is not installed.
Please help me.
dpkg debian docker locale language-support
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Kulfy, karel, Florian Diesch, Arronical, mchid Jan 23 at 16:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, karel, Florian Diesch, Arronical, mchid
If this question can be reworded to fit the rules in the help center, please edit the question.
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04
add a comment |
I need to install en_US and it_IT locales. I work with Docker containers but I think is indipendent between Debian and container based on Debian.
I execute these commands:
root@debian:/# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@debian:/# locale -a
C
C.UTF-8
POSIX
I tried this command:
root@debian:/# dpkg-reconfigure locales
dpkg-query: package 'locales' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: locales is not installed.
Please help me.
dpkg debian docker locale language-support
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I need to install en_US and it_IT locales. I work with Docker containers but I think is indipendent between Debian and container based on Debian.
I execute these commands:
root@debian:/# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@debian:/# locale -a
C
C.UTF-8
POSIX
I tried this command:
root@debian:/# dpkg-reconfigure locales
dpkg-query: package 'locales' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: locales is not installed.
Please help me.
dpkg debian docker locale language-support
dpkg debian docker locale language-support
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 23 at 15:49
RegalArticRegalArtic
1
1
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
RegalArtic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Kulfy, karel, Florian Diesch, Arronical, mchid Jan 23 at 16:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, karel, Florian Diesch, Arronical, mchid
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Kulfy, karel, Florian Diesch, Arronical, mchid Jan 23 at 16:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Kulfy, karel, Florian Diesch, Arronical, mchid
If this question can be reworded to fit the rules in the help center, please edit the question.
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04
add a comment |
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hi, welcome to Ask Ubuntu, only questions about official Ubuntu flavours are on topic here. Your question would be valid on Unix & Linux though.
– Arronical
Jan 23 at 16:04