You are not logged in.
Pages: 1
I noticed that after the last pacman update it changed its default language (english) for my native language. I would like to change it back to english.
How do I do that?
Offline
For a simple solution (not touching locales and stuff) you could alias pacman to:
LC_ALL=en_US pacman
Ogion
(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant
Offline
How do I alias pacman to that?
Offline
Put the line
alias pacman='LC_ALL=en_US pacman'into your ~/.bashrc.
Although I would prefer the
alias pacman='LANG=C pacman'version which basically does the same.
Last edited by bernarcher (2010-09-11 14:28:16)
To know or not to know ...
... the questions remain forever.
Offline
Pages: 1