snippetbashTip
localectl — Control the system locale and keyboard layout settings. More information: <https://www.freedesktop.o
Viewed 0 times
thecommandandlocaleclilocalectlcontrolsystem
linux
Problem
How to use the
localectl command: Control the system locale and keyboard layout settings. More information: <https://www.freedesktop.org/software/systemd/man/latest/localectl.html>.Solution
localectl — Control the system locale and keyboard layout settings. More information: <https://www.freedesktop.org/software/systemd/man/latest/localectl.html>.Show the current settings of the system locale and keyboard mapping:
localectlList available locales:
localectl list-localesSet a system locale variable:
localectl set-locale {{LANG}}={{en_US.UTF-8}}List available keymaps:
localectl list-keymapsSet the system keyboard mapping for the console and X11:
localectl set-keymap {{us}}Code Snippets
Show the current settings of the system locale and keyboard mapping
localectlList available locales
localectl list-localesSet a system locale variable
localectl set-locale {{LANG}}={{en_US.UTF-8}}List available keymaps
localectl list-keymapsSet the system keyboard mapping for the console and X11
localectl set-keymap {{us}}Context
tldr-pages: linux/localectl
Revisions (0)
No revisions yet.