Jump to content

How to fix a locale setting warning from Perl?


Recommended Posts

Posted

hey guys how I can fix this error on armbian 

I just checked StackOverflow and many other sites but still the same any help?

 

Thanks,

Best Regards

 

 

Screen Shot 2019-01-20 at 8.59.09 PM.png

Posted

I believe that you can do the following to generate the locale en_US.UTF-8 on the system :

sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen && locale-gen

 

Posted

Untick "Set locale environment variables on startup" in Terminal -> Preferences -> Profiles -> Homebrew (if that is the profile you use) -> Advanced

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines