Created
August 11, 2022 06:30
-
-
Save dapize/b644b14a2955a5eb24b2a147562321f8 to your computer and use it in GitHub Desktop.
Fix SetLocale en_US.UTF-8 Error - Steam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first lets open the file locate.gen with nano but with root | |
sudo nano /etc/locale.gen | |
# second, lets uncomment the "en_US.UTF-8" line | |
# thrid save the file and set the next command: | |
sudo locale-gen | |
# and that's all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment