The libsndfile-dev package has no installation candidate

I am trying to install libsndfile-dev. I do the following:

sudo apt-get install libsndfile-dev 

As a result, I get the following:

 Reading package lists... Done Building dependency tree Reading state information... Done Package libsndfile-dev is a virtual package provided by: libsndfile1-dev 1.0.17-4ubuntu0.8.10.2 You should explicitly select one to install. E: Package libsndfile-dev has no installation candidate 

So, my installation attempt failed. Can someone tell me what I should explicitly choose and how can I do this?

Thanks in advance.

+6
linux ubuntu install apt-get libsndfile
source share
1 answer

It looks like you should apt-get install libsndfile1-dev (note 1).

+12
source share

All Articles