View Single Post
Posts: 99 | Thanked: 42 times | Joined on Jan 2011 @ Germany
#1
How can I get rid of these messages on running dpkg/apt-get?

Code:
~ # dpkg -r wazapp
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_TIME = "de_DE.UTF-8",
        LC_CTYPE = "de_DE.UTF-8",
        LC_MONETARY = "de_DE.UTF-8",
        LC_COLLATE = "de_DE.UTF-8",
        LC_ADDRESS = "de_DE.UTF-8",
        LC_TELEPHONE = "de_DE.UTF-8",
        LC_MESSAGES = "en_US.UTF-8",
        LC_NAME = "de_DE.UTF-8",
        LC_MEASUREMENT = "de_DE.UTF-8",
        LC_IDENTIFICATION = "de_DE.UTF-8",
        LC_NUMERIC = "de_DE.UTF-8",
        LC_PAPER = "de_DE.UTF-8",
        LANG = "de"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
(Reading database ... 51922 files and directories currently installed.)
My phone is set to German - however, I noticed that in some programs the locales aren't recognized (e.g. wazapp is always English for me).

Thanks in advance!