update on ubuntu 14.04 “E: Alguns arquivos de índice não foram baixados. Eles foram ignorados, ou os antigos foram usados. ”[Duplicado]

9

Eu chamei sudo apt-get update , eu tenho algo parecido com isso

Err http: //ppa.launchpad.net trusty/main i386 Packages
  404  Not Found

isso
Err http: //ppa.launchpad.net trusty/main i386 Packages 
  404  Not Found

e é isso que a última linha parece
W: Failed to fetch http: //ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
W: Failed to fetch http: //ppa.launchpad.net/tiheum/equinox/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

Então, alguém pode me ajudar? FYI, isso é do Ubuntu 14.04     
por Satria H R Harsono 29.04.2014 / 17:57

1 resposta

7

A linha abaixo não é uma linha PPA válida, portanto exclua-a ou coloque o símbolo # antes no arquivo /etc/apt/sources.list (você pode editá-lo com sudo -H gedit /etc/apt/sources.list ):

deb http: //ppa.launchpad.net trusty/main i386 Packages

E também remova os PPAs não encontrados:

sudo add-apt-repository -r ppa:marlin-devs/marlin-daily
sudo add-apt-repository -r ppa:tiheum/equinox

Agora, execute o comando sudo apt-get update .

    
por Avinash Raj 29.04.2014 / 18:07

Tags