PDA

View Full Version : [kubuntu] Failure to download certain packages during update



jorritTyb
May 31st, 2013, 10:50 AM
I just tried to update using Synaptic Package Manager. This worked fine for a lot of files but I got this error near the end:


W: Failed to fetch http://ppa.launchpad.net/irie/blender/ubuntu/pool/main/b/blender/blender_2.67.a+svn56948-0irie1~precise1_amd64.deb 404 Not Found




W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-generic_3.2.0.43.51_amd64.deb
404 Not Found [IP: 91.189.92.190 80]




W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_3.2.0.43.51_amd64.deb
404 Not Found [IP: 91.189.92.190 80]




W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-headers-generic_3.2.0.43.51_amd64.deb
404 Not Found [IP: 91.189.92.190 80]




W: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_3.2.0-43.68_amd64.deb
404 Not Found [IP: 91.189.92.190 80]







What can I do about this?

Thanks!

sanderj
May 31st, 2013, 12:35 PM
First run:


sudo apt-get update

then


sudo apt-get upgrade

HTH

ibjsb4
May 31st, 2013, 12:48 PM
Im not finding "blender_2.67.a+svn56948"

http://ppa.launchpad.net/irie/blender/ubuntu/pool/main/b/blender/

jorritTyb
May 31st, 2013, 01:34 PM
Thanks a lot! That helped. I wonder how one is supposed to know that if you're not used to the commandline tools.

sanderj
May 31st, 2013, 02:57 PM
Thanks a lot! That helped. I wonder how one is supposed to know that if you're not used to the commandline tools.

If you only use the GUI, you should not get that problem.

So: how did you get the errors ... via the CLI or via the GUI ... ?

And: read http://eva-quirinius.blogspot.com/2013/03/enrich-your-ubuntu-by-creating-short.html ... it will give you a handy command "sagusagu" that will take care of it ... :-)

ibjsb4
May 31st, 2013, 11:53 PM
If you only use the GUI, you should not get that problem.

So: how did you get the errors ... via the CLI or via the GUI ... ?

Its a PPA, there is no GUI for ppa's.

ibjsb4
May 31st, 2013, 11:57 PM
Thanks a lot! That helped. I wonder how one is supposed to know that if you're not used to the commandline tools.

Didn't use the command line for this one :) Just start with:

http://ppa.launchpad.net/irie/blender/

And keep going down a level until you hit oil :)

sanderj
May 31st, 2013, 11:57 PM
Its a PPA, there is no GUI for ppa's.


No GUI for PPA's? Software & Sources -> tab Other Software.

ibjsb4
June 1st, 2013, 12:06 AM
Your half way there, that won't add a key :)

sudo add-apt-repository ppa:<repository-name> is the way to go.


https://launchpad.net/+help-soyuz/ppa-sources-list.html

jorritTyb
June 3rd, 2013, 08:21 AM
I got that error with the GUI.