k3b not installing

Asked by JMW

Have Ubuntu 10.04. Can't remember if I it is 32 or 64 bit. Any ideas about why I am getting these messages:

Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-network_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-svg_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-opengl_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-script_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-sql_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-xmlpatterns_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-declarative_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-designer_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-qt3support_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/q/qt4-x11/libqt4-sql-mysql_4.7.2-0ubuntu6.2_i386.deb 404 Not Found [IP: 91.189.92.169 80]

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
JMW
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

sudo apt-get clean; sudo apt-get update; sudo apt-get -y upgrade

Thanks

Revision history for this message
JMW (wmj011) said :
#2

Thanks. That worked.

I was using Ubuntu Software Center 4.0.4. I thought it would have handled all the apt-get stuff.

Would it have helped if I had run the Update Manager first? I am trying to avoid learning all the apt-get command line stuff, but I guess it is unavoidable.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Command line is well worth learning. Avoiding it is silly. a LOT of the power of Linux is in the command line. You can automate many things which GUI apps can only dream of.