Skip to content

Instantly share code, notes, and snippets.

@dimitris-k
Last active June 22, 2016 08:35
Show Gist options
  • Save dimitris-k/5333e96831d471dd01d9 to your computer and use it in GitHub Desktop.
Save dimitris-k/5333e96831d471dd01d9 to your computer and use it in GitHub Desktop.
Uninstall locales but the ones you want in Ubuntu:
--------------------------------------------------
sudo locale-gen --purge <locales you want>
e.g.
sudo locale-gen --purge el_GR.utf8 en_US.utf8
The above will NOT uninstall C, C.UTF-8 and POSIX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment