Linux/Ubuntu/locale

From Omnia
< Linux‎ | Ubuntu
Revision as of 03:24, 23 July 2022 by Kenneth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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]