Error 404 for some trisquel packages

Projet:Trisquel
Version:7.0
Composant:Packages
Catégorie:Rapporter un bogue
Priorité:normal
Attribué:Non assigné
Statut:active
Description

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/udev_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libudev1_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libpam-systemd_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/systemd-services_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libsystemd-daemon0_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libsystemd-login0_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-0_2.30.7-0ubuntu1.1_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.30.7-0ubuntu1.1_all.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libgudev-1.0-0_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/libsystemd-journal0_204-5ubuntu20.14_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/g/gdk-pixbuf/gir1.2-gdkpixbuf-2.0_2.30.7-0ubuntu1.1_amd64.deb
404 Not Found

W: Failed to fetch http://in.archive.trisquel.info/trisquel/pool/main/s/systemd/gir1.2-gudev-1.0_204-5ubuntu20.14_amd64.deb
404 Not Found

ven, 10/23/2015 - 13:02

I fixed it like this:

-Open "Software Sources"
-In PPA tab search for entries with "ffmpeg" in name and remove all of them

Then run these commands in terminal:
sudo apt-get -f install
sudo apt-get updat
sudo apt-get upgrade
sudo apt-get distro-upgrade
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get clean
and everything worked as usual again.

OR

Easier (if you have Synaptic)

-Open your terminal and run sudo synaptic
-In Synaptic navigate to Settings > Repositories

Find the repositories that are giving you errors.
Here you can either "disable" or select and delete. When you are done with the repositories make sure to press OK and let Synaptic do its trick.

Quit Synaptic and confirm
Press "ctrl + Q" and make sure you quit Synaptic and not just minimize it otherwise apt-get will return in use error.
Open your terminal and run sudo apt-get update

Hope this helps!
--Victoria