You are not logged in.
Pages: 1
hi new install devuan 4
I have dk language and keyboard
but would like to change the system language to English
but not keyboard that I use with DK language
I have tried the following
@devuan:~$ env | grep LANG
LANG=da_DK.UTF-8
@devuan:~$ export LANG=en_GB.UTF-8
@devuan:~$ env | grep LANG
LANG=en_GB.UTF-8
# dpkg-reconfigure locales
bash: dpkg-reconfigure: kommando ikke fundet
and edited
# nano /etc/locale.gen
#da_DK.UTF-8 UTF-8
en_DK ISO-8859-1
en_DK.ISO-8859-15 ISO-8859-15
en_DK.UTF-8 UTF-8
# dpkg-reconfigure locales
bash: dpkg-reconfigure: kommando ikke fundet
but it doesn't work for me?
Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux
Offline
Maybe, change system language, then use setxkbmap &/or loadkeys for your keyboard?
Offline
bash: dpkg-reconfigure: kommando ikke fundet
Use 'su -' instead of just 'su' to become root. That way you will get root's $PATH.
The other way to fix this is to use the full path to the command...
/usr/sbin/dpkg-reconfigure...
See 'man su' for yet another solution.
Offline
yes that works
su -
makes all the difference
Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux
Offline
Pages: 1