I have a Debian system on which aptitude produces German messages although I set the default locale to en_US.utf8. Is there a way to change that? I would prefer English messages.

Andre

link|improve this question
feedback

2 Answers

Starting a new shell did the trick.

link|improve this answer
feedback

You can try re-configuring the locales package, which should ask you to set your system locale.

dpkg-reconfigure locales

You can also run aptitude with a specific locale, for troubleshooting.

LANG=en_US.UTF-8 aptitude
link|improve this answer
1  
You probably mean dpkg-reconfigure, don't you? – Andre Oct 3 '09 at 20:15
Indeed. Going to edit it now. – jcurbo Oct 4 '09 at 14:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.