Maui Forums

Full Version: kipi-plugins cannot install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Cannot install kipi-plugins - broken dependencies. Can you please have a look at it?

Code:
$ sudo apt-get install kipi-plugins
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:
kipi-plugins : Depends: kipi-plugins-common (= 4:5.3.0-0neon+16.04+build2) but 4:5.3.0-0neon+16.04+build11 is to be installed
E: Unable to correct problems, you have held broken packages.
It seems like neon removed the newer version that we snapshotted for Maui 2.1 and in testing-neon you will find an older version which works.
So installing with
Code:
sudo apt-get install kipi-plugins=4:5.3.0-0neon+16.04+build2 kipi-plugins-common=4:5.3.0-0neon+16.04+build2
should work.
Don't try upgrading though as that should fail.