Linux/Ubuntu/locale: Difference between revisions

From Omnia
< Linux‎ | Ubuntu
Jump to navigation Jump to search
(Created page with "== 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 Genera...")
 
(No difference)

Latest revision as of 03:24, 23 July 2022

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]