1

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

Andre
  • 123
  • 1
  • 2
  • 5

2 Answers2

5

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
James Curbo
  • 131
  • 4
1

Starting a new shell did the trick.

Andre
  • 123
  • 1
  • 2
  • 5