Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
65
rated 0 times [  65] [ 0]  / answers: 1 / hits: 94395  / 1 Year ago, tue, january 10, 2023, 8:10:23

I get this error each time I update the system using apt-get. What does this error mean? Any ideas on how to correct it?
(I am running Ubuntu 11.10)


More From » apt

 Answers
2

Usually this error means that you could have been changing between different languages (locales) and something has caused this to error erroneously.



You could try regenerating your list of locales with



sudo dpkg-reconfigure locales


For me the result was:



Generating locales...
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... up-to-date
en_ZA.UTF-8... done
en_ZM.UTF-8... done
en_ZW.UTF-8... done
Generation complete.


Then resetting your local locale with:



sudo update-locale LANG=en_US.UTF-8


i.e. use one of the Locale values in the output above


[#40682] Thursday, January 12, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
kilusy

Total Points: 171
Total Questions: 110
Total Answers: 128

Location: Cayman Islands
Member since Sat, Dec 5, 2020
3 Years ago
;