Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

Installation • Re: How do I change the system default language while keeping my keyboard layout?

$
0
0
Doing that produces the following error message in the language Debian has chosen for me:
I was able to reproduce this error:

Code:

#> LANG="en_US.utf8" dpkg -reconfigure localesdpkg: error: conflicting actions -e (--control) and -r (--remove)Type dpkg --help for help about installing and deinstalling packages [*];Use 'apt' or 'aptitude' for user-friendly package management;Type dpkg -Dhelp for a list of dpkg debug flag values;Type dpkg --force-help for a list of forcing options;Type dpkg-deb --help for help about manipulating *.deb files;Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
This is because the correct command is dpkg-reconfigure (one word), not dpkg -reconfigure.

Code:

#> dpkg-reconfigure locales

Statistics: Posted by fabien — 2024-04-11 20:29



Viewing all articles
Browse latest Browse all 4056

Trending Articles