Konsole issue?

This is what I see when I open the terminal. Do I have something wrong somewhere?

ash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
[lynne@lynne-aspiree5553g ~]$

Something in your .bashrc or .bash_profile I’m sure.

Thanks, that gives me a start on researching how to fix it.

sudo locale-gen en_US.UTF-8 should do the trick.

Additionally, localectl set-locale LC_CYTPE="en_US.UTF-8" and localectl set-locale LC_COLLATE="en_US.UTF-8"

Thank you for this. I’ll save this information if it happens again. I ended up just reinstalling eOS. I hadn’t done much with it so I wasn’t losing any content yet. Slowly learning how to install apps and games so far.