não é possível instalar aplicativos do centro de software. Instalação falhando

1
installArchives() failed: perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 170318 files and directories currently installed.)
Removing oem-kernel-cmdline (1.4kittyhawk7) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
postrm called with unknown argument 'remove'
dpkg: error processing package oem-kernel-cmdline (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 oem-kernel-cmdline
Error in function: 
    
por Avijit Singha Roy 25.04.2016 / 08:49

2 respostas

0

Agora tentamos o método 2

Estamos a tentar remover & amp; reinstale o centro de software.

Para remover o Centro de Software:

1. sudo apt-get remove software-center
  1. sudo apt-get autoremove software-center

Para reinstalar o Centro de Software:

  1. sudo apt-get update

  2. sudo apt-get instala o centro de software

ou você pode usar um único comando para remover & amp; reinstale o Centro de Software

sudo apt-get --purge --reinstale instalar o software-center

Agora, isso funcionará & amp; depois desse método, o trabalho vota a resposta. Boa sorte.

    
por Deepak Kamble 26.04.2016 / 06:40
-1

Antes de mais nada, execute este comando no terminal

$ sudo apt-get update

$ sudo apt-get upgrade

$ sudo apt-get autoclean

Este comando tentará consertar os pacotes quebrados, se houver, e também instalar os arquivos de biblioteca necessários, se não for possível.

Depois disso, instale o Gerenciador de Pacotes Synaptic. Usando isso, você pode adicionar / remover / atualizar / corrigir pacotes quebrados com muita facilidade.

Instale o Gerenciador de Pacotes Synaptic usando o seguinte comando

$ sudo apt-get install synaptic

Isso ajudará você boa sorte.

    
por Deepak Kamble 25.04.2016 / 09:18