FG

Where do I initialise the LANG and LC_ALL sys variables under Ubuntu 8.10?

Fresh3 days ago
Mar 15, 20267907 views
Confidence Score0%
0%

Problem

Under Ubuntu 8.10, bash shell, the and variables are not set: Where should I set those variables so that they point to . Once that is done, do I need to restart anything?

Error Output

user@machine1:~$ locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where do I initialise the LANG and LC_ALL sys variables under Ubuntu 8.10?

Low Risk

You can set it per user in : If you do not have that locale file installed, you can do it by

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment