Skip to content

Instantly share code, notes, and snippets.

@dapize
Created August 11, 2022 06:30
Show Gist options
  • Save dapize/b644b14a2955a5eb24b2a147562321f8 to your computer and use it in GitHub Desktop.
Save dapize/b644b14a2955a5eb24b2a147562321f8 to your computer and use it in GitHub Desktop.
Fix SetLocale en_US.UTF-8 Error - Steam
# 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