I want to install noise player (beatbox's fork player) on ubuntu 12.04, but when i try i get this error:
Reading package lists... Done Building dependency tree Reading state information... Done 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: noise : Depends: libtagc0 (>= 1.5) but it is not installable E: Unable to correct problems, you have held broken packages.
obviously I added the necesary ppa's
sudo add-apt-repository ppa:nemequ/sqlheavy sudo add-apt-repository ppa:elementary-os/daily sudo apt-get update sudo apt-get install noise
but ubuntu does not have libtagc0 installed, then i try to install libtagc0 with:
sudo apt-get update sudo apt-get install libtagc0-dev
but i got a error menssage:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libtagc0-dev
I've tried to fix the broken packages with:
sudo apt-get clean sudo apt-get update sudo apt-get upgrade
But any command didn't work! now i just do not know how can i install the dependency (libtagc0) to could install my favorite music player noise!
Thanks in advance for any help