Results 1 to 2 of 2

Thread: Please check that your locale settings are supported or installed on your system.

  1. #1
    Join Date
    Jun 2013
    Beans
    1

    Unhappy Please check that your locale settings are supported or installed on your system.

    Hello Ubuntu users, recently I decided to switch over to Ubuntu and when I was installing a few packages I noticed I got an error. I am sure this question have been asked like a million times but why does this appear and is there a way to solve the issue? I feel like I have tried everything to get rid of it but it just does not work. I am clearly doing something wrong here. This is probably irrelevant but I tried reinstalling Ubuntu and I got the same type of message (I am using Ubuntu Server 13.04 64 bit). Help is much appreciated.
    Code:
    perl: warning: Please check that your locale settings:
            LANGUAGE = (unset),
            LC_ALL = (unset),
            LC_CTYPE = "UTF-8",
            LANG = "en_US.UTF-8"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    Last edited by SharpMelon; June 25th, 2013 at 08:08 AM.

  2. #2
    Join Date
    Sep 2012
    Location
    I think EARTH
    Beans
    76
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb Re: Please check that your locale settings are supported or installed on your system.

    You need to open the file /etc/environment and add this line
    Code:
    LC_ALL="en_US.utf8"
    Save the file and reboot your system.This should solve your problem.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •