Yum Update Locale Issue

General support questions including new installations
Post Reply
Positron
Posts: 11
Joined: 2014/10/06 11:48:17

Yum Update Locale Issue

Post by Positron » 2015/05/15 19:25:23

Hello,

When I run yum update I get:

Code: Select all

Failed to set locale, defaulting to C
locale command output is:

Code: Select all

locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE=UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I found this solution

http://www.linuxquestions.org/questions ... ost3999790

but wanted to ask if it is OK to proceed?

Cheers

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Yum Update Locale Issue

Post by aks » 2015/05/18 16:28:10

Probably okay. Just do the export but don't write to disk - that way a reboot will backout all changes.
And once you're happy persist the change to disk.

Post Reply