Skip to content

Instantly share code, notes, and snippets.

@thb
Created January 9, 2012 15:31
Show Gist options
  • Save thb/1583424 to your computer and use it in GitHub Desktop.
Save thb/1583424 to your computer and use it in GitHub Desktop.
Getting rid of ennoying "locales" messages on ubuntu server
$ sudo locale-gen fr_FR fr_FR.UTF-8
Generating locales...
fr_FR.ISO-8859-1... done
fr_FR.UTF-8... done
Generation complete.
$ sudo dpkg-reconfigure locales
Generating locales...
fr_FR.ISO-8859-1... up-to-date
fr_FR.UTF-8... up-to-date
Generation complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment