I like to use PocketSphinx speech recognition engine. For that, libpulse-dev is one of the dependencies. However, I cannot install libpulse-dev in my system.
I used the following command to install the package:
sudo apt-get install libpulse-dev
And I get the following output:
Building dependency tree
Reading state information... Done
Package libpulse-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libpulse-dev' has no installation candidate
What should I do? Thank you in advance...
Your
/etc/apt/sources.listis misconfigured, edit it as follows:Then run: