0

I have Kubuntu 16.10, Kernel Version: 4.8.0-42-generic

There is a problem with locales.

https://paste.ubuntu.com/24248684/

There ar missing some files or directory.

I have searched other posts (for examle: How do I fix my locale issue?)

I tried to aplly

sudo dpkg-reconfigure locales "es_ES.UTF-8"

But i'm lost. My locale setting are Germany in regional and the detailed settings ar all in spanish.

Thanks in advance

Xoktz
  • 23

1 Answers1

1

Try to generate the nds_DE.UTF-8 locale:

sudo locale-gen nds_DE

Edit:

The problem proved to be that not all files belonging to the locales package were present, and reinstalling solved it:

sudo apt install --reinstall locales
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94