I'm trying to install the mutate launcher on Ubuntu 14.04, but I'm having problems with all the methods suggested in the readme.
If I use the ppa method I receive:
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 ependencies problem]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:
unity-control-center :
Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I tried installing those separately, but didn't work
sudo apt-get install libcheese-gtk23 libcheese7
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcheese-gtk23 is already the newest version.
libcheese7 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
What could I do?
sudo apt-get install -f
install necessary dependencies? – Kalle Richter Jun 28 '15 at 09:18