View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#636
News from that volcanic island amidst the Mediterranean:
as foreseen, "dpkg-reconfigure locales" does not work.

You wanna non-english locales? You gotta get them all again for a while (more than 70 megs).

Localepurge docs suggest to do the following:
Code:
apt-get -u --reinstall --fix-missing install $(dpkg -S LC_MESSAGES | cut -d: -f1 | tr ', ' '\n' | sort -u)
then you could

2:
Code:
dpkg-reconfigure locales
localepurge
...but doesn't work for me Everything is still in English
(this might be due to apt-get telling me "couldn't configure pre-depend coreutils for dpkg, probably a dependency cycle")

I'm going to start over if my daughter leaves me the time to.
__________________
Ernesto de Bernardis


Last edited by debernardis; 2009-04-29 at 19:04.
 

The Following User Says Thank You to debernardis For This Useful Post: