Skip to content

Instantly share code, notes, and snippets.

@TheDistroHopper
Last active March 23, 2023 02:08
Show Gist options
  • Save TheDistroHopper/6e1094bf2767df5ae3d30e43496765a0 to your computer and use it in GitHub Desktop.
Save TheDistroHopper/6e1094bf2767df5ae3d30e43496765a0 to your computer and use it in GitHub Desktop.
Fix no locale support
Edit the file `/etc/locale.gen` and uncomment `en_US.UTF-8 UTF-8` (if it isn't already).
Run `sudo locale-gen` to generate the updated locale.
Run `sudo localectl set-locale LANG=en_US.UTF-8` to set that particular locale.
Reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment