Quantcast
Viewing all articles
Browse latest Browse all 2849

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

Well then it says (in German): "command not found". There, it makes no difference if I'm root or not.
dpkg-reconfigure is part of the debconf package which is mandatorily installed. It is located in /usr/sbin/, you can test with

Code:

$> ls /usr/sbin/dpkg-reconfigure/usr/sbin/dpkg-reconfigure
Therefore, I assume you are not properly logging in as root, resulting in an incorrectly set PATH. You need to use su -, not just su so that /usr/sbin/ is in your PATH.

Code:

$> suPassword:#> echo "$PATH"/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games#> command -V dpkg-reconfigure bash: command: dpkg-reconfigure: not found#> exit$> su -Password:#> echo "$PATH"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin#> command -V dpkg-reconfigure dpkg-reconfigure is /usr/sbin/dpkg-reconfigure

Statistics: Posted by fabien — 2024-04-13 10:45



Viewing all articles
Browse latest Browse all 2849

Trending Articles