Ubuntu 18.04: Install locales

This matches the Debian instructions.

Closes #7616
Richard Laager 2018-06-09 09:11:00 -05:00
parent 0ee19e6ba0
commit 97a114876e
1 changed files with 5 additions and 6 deletions

@ -227,17 +227,16 @@ Customize this file if the system is not a DHCP client.
4.5 Configure a basic system environment:
# locale-gen en_US.UTF-8
# ln -s /proc/self/mounts /etc/mtab
# apt update
# apt install --yes locales
# dpkg-reconfigure locales
Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available.
# echo LANG=en_US.UTF-8 > /etc/default/locale
# dpkg-reconfigure tzdata
# ln -s /proc/self/mounts /etc/mtab
# apt update
If you prefer nano over vi, install it:
# apt install --yes nano