Thursday, April 24, 2014

Solving "perl: warning: Setting locale failed" in Ubuntu

It is happen because locale setting needs to be reconfigured. To do that, just type this in terminal
sudo dpkg-reconfigure locales
If it doesn't successfull, try to set locale first
sudo locale-gen en_US en_US.UTF-8
and then type dpkg again.

source

0 comments:

Post a Comment