localectl
Control the system locale and keyboard layout settings. More information: <https://www.freedesktop.org/software/systemd/man/localectl.html>.
Install
- All systems
-
curl cmd.cat/localectl.sh
- Debian
-
apt-get install systemd - Ubuntu
-
apt-get install systemd - Arch Linux
-
pacman -S systemd - Kali Linux
-
apt-get install systemd - CentOS
-
yum install systemd - Fedora
-
dnf install systemd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install systemd - Raspbian
-
apt-get install systemd
Control the system locale and keyboard layout settings. More information: <https://www.freedesktop.org/software/systemd/man/localectl.html>.
-
Show the current settings of the system locale and keyboard mapping:
localectl -
List available locales:
localectl list-locales -
Set a system locale variable:
localectl set-locale LANG=en_US.UTF-8 -
List available keymaps:
localectl list-keymaps -
Set the system keyboard mapping for the console and X11:
localectl set-keymap us
© tl;dr; authors and contributors