Como consertar o código local do Ubuntu? [duplicado]

0

Eu pedi apenas o Ubuntu 14.04.2 LTS no vServer VX11 da Hetzner.de e depois de apt-get update eu recebi este erro

Fetched 65.6 MB in 3s (20.1 MB/s)      
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = "en_US:en",
    LC_ALL = (unset),
    LC_TIME = "et_EE.UTF-8",
    LC_MONETARY = "et_EE.UTF-8",
    LC_ADDRESS = "et_EE.UTF-8",
    LC_TELEPHONE = "et_EE.UTF-8",
    LC_NAME = "et_EE.UTF-8",
    LC_MEASUREMENT = "et_EE.UTF-8",
    LC_IDENTIFICATION = "et_EE.UTF-8",
    LC_NUMERIC = "et_EE.UTF-8",
    LC_PAPER = "et_EE.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_ALL to default locale: No such file or directory
Preconfiguring packages ...

Este erro de localidade acontece com muitos comandos. Como remover esse erro?

    
por Margus Pala 28.04.2015 / 20:11

1 resposta

1

Abra um terminal e execute estes comandos:

sudo locale-gen et_EE et_EE.UTF-8 en_US en_US.UTF-8
sudo dpkg-reconfigure locales
    
por A.B. 28.04.2015 / 20:56