Hi Sven! > Another thing is when I upgrade packages, in the process of doing so, > I get this printed to the console: > > [...] > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), > LC_TIME = "de_CH", > LC_NUMERIC = "de_CH", > LC_CTYPE = "de_CH", > LC_MONETARY = "de_CH", > LC_COLLATE = "de_CH", > LANG = "de_CH.ISO-8859-1" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > host:~# > > My locale should be set to "de_CH" (Switzerland, German part). > Am I missing a package that should be installed? > > What things might need some fixing?
Do that: localedef -i de_CH -f ISO-8859-1 de_CH (as root) Greetings from Germany! Erich