1

When executing sudo apt-get update I get the following error

Err http://ppa.launchpad.net trusty/main amd64 Packages                        
  404  Not Found
Err http://ppa.launchpad.net trusty/main i386 Packages                         
  404  Not Found
Ign http://ppa.launchpad.net trusty/main Translation-es_ES                     
Ign http://ppa.launchpad.net trusty/main Translation-es                        
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Ign http://ppa.launchpad.net trusty/main Translation-es_ES                     
Ign http://ppa.launchpad.net trusty/main Translation-es                        
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Ign http://ppa.launchpad.net trusty/main Translation-es_ES                     
Ign http://ppa.launchpad.net trusty/main Translation-es                        
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Ign http://ppa.launchpad.net trusty/main Translation-es_ES                     
Ign http://ppa.launchpad.net trusty/main Translation-es                        
Ign http://ppa.launchpad.net trusty/main Translation-en                        
Descargados 2.981 kB en 22seg. (131 kB/s)                                      
W: Imposible obtener http://ppa.launchpad.net/jconti/gnome3/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

W: Imposible obtener http://ppa.launchpad.net/jconti/gnome3/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

E: Algunos archivos de índice fallaron al descargar. Se han ignorado, o se han utilizado unos antiguos en su lugar

What should I do to fix it?

muru
  • 197,895
  • 55
  • 485
  • 740
jose
  • 113
  • these are ppas that aren't working you can try this http://askubuntu.com/questions/65911/how-can-i-fix-a-404-error-when-using-a-ppa-or-updating-my-package-lists – Martin Croft May 25 '15 at 16:34

3 Answers3

0

sudo add-apt-repository --remove ppa:jconti/gnome3

You have a PPA included in your apt-sources list which does not contain a package for your distribution (trusty), hence the error.

muru
  • 197,895
  • 55
  • 485
  • 740
Gayan Weerakutti
  • 3,770
  • 26
  • 38
0
sudo apt-add-repository -r ppa:jconti/gnome3
muru
  • 197,895
  • 55
  • 485
  • 740
EdiD
  • 4,457
  • 3
  • 26
  • 41
0

You can also remove the sources in the /etc/apt/sources.list and then the Update should work