Created
January 9, 2012 15:31
-
-
Save thb/1583424 to your computer and use it in GitHub Desktop.
Getting rid of ennoying "locales" messages on ubuntu server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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