I tried to install some library using below command sudo apt-get install libmysqlclient-dev
and getting below error..
Err http://archive.ubuntu.com/ubuntu/ maverick/main zlib1g-dev i386 1:1.2.3.4.dfsg-3ubuntu1
404 Not Found [IP: 91.189.91.14 80]
Err http://archive.ubuntu.com/ubuntu/ maverick-updates/main libmysqlclient-dev i386 5.1.61-0ubuntu0.10.10.1
404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/z/zlib/zlib1g-dev_1.2.3.4.dfsg-3ubuntu1_i386.deb 404 Not Found [IP: 91.189.91.14 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.1/libmysqlclient-dev_5.1.61-0ubuntu0.10.10.1_i386.deb 404 Not Found [IP: 91.189.91.14 80]
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ maverick/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_maverick_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Tried for sudo apt-get update
It is also giving similar error.
Please help,
thanks in advance.
sudo apt-get update
giving you? – Ry- Jun 12 '13 at 18:34