Apt-get :: More apt-get problmes (few)



I've hd-installed 0.6.3 using my language settings (lang=es)
But when I apt-get install some soft it cries about 'locale', some soft works but other do not If I install it without using lang= cheapcode all works ok...

If you have Debian testing set up in your sources.list, I'm pretty sure you can just `apt-get install locales'.  I could be wrong.
Quote (Grim @ April 20 2004,12:31)
If you have Debian testing set up in your sources.list, I'm pretty sure you can just `apt-get install locale'.  I could be wrong.

Not,sir,sorry for my horrible English,
I have an locale error when I try to install using apt-get and I'm using lang=es The error is the same if I use knoppix sources.list or dsl.sources.list
(When I return home I'll cut&paste the text so you can see it)

Here it is:
I've just booted with linux lang=es and then
apt-get install iptables
it's works install and then:
perl warning: Setting locale failed.
              Language = es
               LC_ALL = (unset)
              LANG= "es_ESEuro"
are supported and installed on your system
perl: warning: Falling back to the standard locale ("C")
................
2 times more
If I'd installed without lang=es I'd not had those messages

Quote (guille @ April 20 2004,11:34)
Quote (Grim @ April 20 2004,12:31)
If you have Debian testing set up in your sources.list, I'm pretty sure you can just `apt-get install locales'.  I could be wrong.

Not,sir,sorry for my horrible English,
I have an locale error when I try to install using apt-get and I'm using lang=es The error is the same if I use knoppix sources.list or dsl.sources.list
(When I return home I'll cut&paste the text so you can see it)

There is a Debian package called `locales'.  Have you installed this package called `locales'?  I believe your locale-related problems will disappear once you install the package named `locales'.  In order to install the package named `locales' sudo su to root and type:
Code Sample
apt-get install locales

Next Page...
original here.