Announcement

Collapse
No announcement yet.

locale not set

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    locale not set

    I'm getting this any time I run apt:

    Code:
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    	LANGUAGE = "en_US:en",
    	LC_ALL = (unset),
    	LANG = "en_US"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    	LANGUAGE = "en_US:en",
    	LC_ALL = (unset),
    	LANG = "en_US"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    Would any one know how I can fix this?

    Thanks!

    #2
    K > System Settings > Locale > Country/Region & Language > Country

    Is a Country showing, or does it show instead, No Country (Default Settings)?

    If the latter, choose your Country and apply.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      K > System Settings > Locale > Country/Region & Language > Country.
      No GUI installed on this server, command line only.

      Comment


        #4
        See Ubuntu Manpage: update-locale
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Originally posted by Snowhog View Post
          Code:
          $ sudo update-locale LANG=en_US.utf8
          perl: warning: Setting locale failed.
          perl: warning: Please check that your locale settings:
                  LANGUAGE = "en_US:en",
                  LC_ALL = (unset),
                  LANG = "en_US"
              are supported and installed on your system.
          perl: warning: Falling back to the standard locale ("C").

          Comment


            #6
            Okay. Look at Fixing "perl: warning: Setting locale failed." in Ubuntu
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Originally posted by Snowhog View Post

              Thanks, I think reinstalling locales may have done the trick.

              Much appreciated.

              Comment

              Working...
              X