PDA

View Full Version : [ubuntu] E: Couldn't find package libmysqlclient-dev



mechubu
January 28th, 2011, 07:15 AM
@ubuntu:~/Downloads$ sudo apt-get install libmysqlclient16 libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmysqlclient16 is already the newest version.
E: Couldn't find package libmysqlclient-dev

Somebody pls tell me wat to do

sikander3786
January 28th, 2011, 08:13 AM
Welcome to the forums :-)

Which version of Ubuntu is this?

Go to Software Center > Edit > Software Sources > Updates Tab and make sure Important Security Updates (lucid-security) and Recommended Updates (lucid-updates) are checked.

Now,


sudo apt-get update


sudo apt-get install libmysqlclient-dev

I think that is where these packages are coming from.

mechubu
February 1st, 2011, 02:11 PM
Thank you so much :) that helped !