Hacker News new | ask | show | jobs
by igravious 4381 days ago

  $ sudo apt-get install portaudio19-dev libmpg123-dev libncurses-dev

  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Note, selecting 'libncurses5-dev' instead of 'libncurses-dev'
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   portaudio19-dev : Depends: libjack-dev
  E: Unable to correct problems, you have held broken packages.
1 comments

A quick Google search gives the solution:

sudo apt-get install portaudio19-dev libjack-jackd2-dev libmpg123-dev libncurses-dev

Thanking you. It was late and I was tired.