On 08/06/13 22:57, Martin Dosch wrote:
> Yes, you're right.
> It works now. I do all of my Bugreports in english but my system does
> it's outputs in german and I don't know how to force it to speak
> english for bugreport-cases...

You can do so with LC_ALL=C for any command, for instance

LC_ALL=C apt-get dist-upgrade

Note that sudo resets the environment so LC_ALL probably doesn't work with sudo.
So you can do

sudo -s
or
sudo -i

and then

LC_ALL=C apt-get dist-upgrade

Emilio


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to