apt-get totalmente não funciona Ubuntu 14.04 LTS

2

O apt-get sempre falha quando tento qualquer coisa. Não consigo instalar, remover, atualizar, atualizar e até mesmo fazer dist-upgrade. Quando eu tento sudo apt-get update recebi esta mensagem:

E: Some index files failed to download. They have been ignored, or old ones used instead.

apt-get install

E: Unmet dependencies.

apt-get upgrade:

The following packages have unmet dependencies:  libc-dev-bin :
 nullDepends:  libc6 (> 2.22) but 2.19-0ubuntu6.6 is installed  libc-l10n :
 nullBreaks: locales (< 2.21-1)  libc6-dbg : Depends: libc6 (= 2.22-3) but
2.19-0ubuntu6.6 is installed  libc6-dev : Depends: libc6 (= 2.22-3) but 2.19-0ubuntu6.6 is installed  libc6-i386 : Depends: libc6 (=
2.22-3) but 2.19-0ubuntu6.6 is installed  plymouth : Depends: init-system-helpers (>= 1.18) but 1.14 is installed  plymouth-label :
 nullDepends: plymouth (= 0.8.8-0ubuntu17.1) but 0.9.2-3 is installed W:
 nullIgnoring Provides line with DepCompareOp for package libjpeg62 W:
 nullIgnoring Provides line with DepCompareOp for package
 nullphp-psr-http-message-implementation W: Ignoring Provides line with
 nullDepCompareOp for package php-psr-log-implementation W: Ignoring
 nullProvides line with DepCompareOp for package php-seclib W: Ignoring
 nullProvides line with DepCompareOp for package php-sabre-http W: Ignoring
 nullProvides line with DepCompareOp for package php-math-biginteger W:
 nullIgnoring Provides line with DepCompareOp for package pypy-cffi W:
 nullIgnoring Provides line with DepCompareOp for package
 nullpypy-cffi-backend-api-max W: Ignoring Provides line with DepCompareOp
 nullfor package pypy-cffi-backend-api-min W: Ignoring Provides line with
 nullDepCompareOp for package python-cffi-backend-api-max W: Ignoring
 nullProvides line with DepCompareOp for package
 nullpython-cffi-backend-api-min W: Ignoring Provides line with
 nullDepCompareOp for package python3-cffi-backend-api-max W: Ignoring
 nullProvides line with DepCompareOp for package
 nullpython3-cffi-backend-api-min W: Ignoring Provides line with
 nullDepCompareOp for package libjpeg62 W: Ignoring Provides line with
 nullDepCompareOp for package python-cffi-backend-api-max W: Ignoring
 nullProvides line with DepCompareOp for package
 nullpython-cffi-backend-api-min W: Ignoring Provides line with
 nullDepCompareOp for package python3-cffi-backend-api-max W: Ignoring
 nullProvides line with DepCompareOp for package
 nullpython3-cffi-backend-api-min W: You may want to run apt-get update to
 nullcorrect these problems E: Unmet dependencies. Try using -f.
    
por Houssem BenHassen 26.03.2016 / 11:59

3 respostas

1

Abra o software e atualize a guia outro software Desmarcar qualquer repositório que você não acha que deveria ser seu, se o vinho ainda é seu mesmo depois de desinstalá-lo ou você não precisa do repositório (tenha cuidado, não excluir apenas desmarque, apenas no caso de você precisar dele novamente para algum software novamente no futuro) fechar isso, ele vai pedir para cancelar a atualização

sudo apt-get update

sudo apt-get install  -f

sudo apt-get dist-upgrade

você pode comentar repositórios no terminal também apenas editar o arquivo

sudo vim /etc/apt/sources.list

e comente os repositórios que você não precisa

    
por Shantanu Bedajna 26.03.2016 / 12:23
0

O Apt-get é um pacote disponível na App Store para Ubuntu (pré-instalado em casos normais)

Você também pode baixar outros vários gerenciadores de pacotes disponíveis. Apt-get é simplesmente um gerenciador de pacotes usado para baixar pacotes e suas dependências. Existem muitos que você pode usar.

Edit: Eu também recomendo baixar o synpack - um gerenciador de pacotes na forma GUI, para o caso de isso acontecer novamente.

    
por Ventious 26.03.2016 / 12:10
0

No seu arquivo /etc/apt/sources.list , a linha deve se parecer com:

deb http://archive.canonical.com/ubuntu trusty partner

Não funcionará se a formatação estiver errada para a parte $(lsb_release -sc) .

    
por daumie 26.03.2016 / 12:27