Categories: Tutorials

How To Fix “Perl warning Setting locale failed” Issue in Debian or Ubuntu

This post will guide you how to fix “perl: Warning : Setting locale failed” issue while update your package index or installing a package in your Ubuntu or Debian Linux. How do I fix this Warning problem on my Debian or Ubuntu Linux system.

perl: warning: Falling back to the standard locale ("C").
Starting multipath daemon: multipathd.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C")

To fix this issue in your Ubuntu system, and you need to generat missing locales by running the following locale-gen command, type:

$ sudo locale-gen en_US.UTF-8

Outputs:

Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.

Then you need to reconfigure locales using the following command:

$ sudo dpkg-reconfigure locales

Outputs:

Generating locales (this might take a while)...
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IL.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZM.UTF-8... done
en_ZW.UTF-8... done
Generation complete.

The dpkg-reconfigure locales command will open a dialog under Debian for selecting the desired locale.

The post How To Fix “Perl warning Setting locale failed” Issue in Debian or Ubuntu first appeared on RSSFeedsCloud.

Ubuntu Server Admin

Recent Posts

Advantech AOM-2721 is now Ubuntu Certified

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…

21 hours ago

Ruby and Rails Performance Roundup: The Backlog Edition

Yet again instead of tweets, a blog post. The backlog got out of hand -…

21 hours ago

How to Deploy OpenProject on Ubuntu VPS

This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…

22 hours ago

Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents

Canonical is pleased to announce that  NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…

3 days ago

Xfwl4’s Second Preview Release

I’m pleased to announce the second preview release of xfwl4, Xfce’s Wayland compositor, version 4.21.1.…

3 days ago

How to Install, Secure, and Set Up MySQL on Ubuntu 26.04 LTS

If you have been using an ecommerce store to place online orders or have been…

4 days ago