Linux/Ubuntu/locale
Jump to navigation
Jump to search
Rebuild
Then generate the missing locale and reconfigure locales to take notice:
$ sudo locale-gen "en_US.UTF-8" Generating locales... en_US.UTF-8... done Generation complete.
$ sudo dpkg-reconfigure locales Generating locales... en_US.UTF-8... up-to-date Generation complete.
ref: [1]