System Grab Bag

View all TLDR pages from Linux (or from all pages)

localectl

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.