PDA

View Full Version : Can't Install MySQL?



AlexV
January 27th, 2005, 06:53 AM
When I try to install mysql-server I get a message saying that some of the packages couldn't be retrieved. Are these packages missing from the repository?

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg/libmysqlclient12_4.0.20-2ubuntu1.1_i386.deb
404 Not Found [IP: 82.211.81.155 80]

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg/mysql-client_4.0.20-2ubuntu1.1_i386.deb
404 Not Found [IP: 82.211.81.155 80]

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg/mysql-server_4.0.20-2ubuntu1.1_i386.deb
404 Not Found [IP: 82.211.81.155 80]


Any insight would be helpful... Don't make me migrate back to RedHat, now ;-)

az
January 27th, 2005, 12:16 PM
That's classic.

sudo apt-get update
sudo apt-get -f install

The packages have been updated, and so the old version is gone.

AlexV
January 28th, 2005, 05:00 AM
Ah :-| ... Yes :-# ...
Thanks, that seems to have helped ;-)