Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ubuntu_notes [2019/01/27 10:56] juckinsubuntu_notes [2019/01/27 10:58] juckins
Line 67: Line 67:
      
 To fix this locale error upon login: To fix this locale error upon login:
-  -bash: warning: setlocale: LC_ALL: cannot change locale (en_US) 
  
 +<code>
 +-bash: warning: setlocale: LC_ALL: cannot change locale (en_US)
 +</code>
  
 +run the following:
 +  
 +  sudo locale-gen en_US
 +  locale -a
 +  
 +and confirm you see en_US now
  
 ---- ----
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins