Page 1 of 1

libzip1 for LMDE?

Posted: Sun Sep 30, 2012 5:32 pm
by Quasimodo
I recently decided to move from Linux Mint 12 to LMDE on my Aspire One netbook. I'm now setting up the various apps which I had running on Mint 12, including the Linux version of the Kobo desktop. Unfortunately when I tried to run kobo-desktop.deb to install the Kobo desktop, it complained that the dependency for libzip1 couldn't be satisfied. I see that according to Synaptic, libzip1 isn't available - presumably it's been replaced by libzip2. Can anyone suggest the way round this please? At a guess, it may be possible to keep dpkg happy by providing a symlink to point to libzip2 but pretend it's libzip1, but I'm afraid I don't know which of the several instances of libzip2 the link would need to point to...

Thanks in advance for any help

Ian

Re: libzip1 for LMDE?

Posted: Sun Sep 30, 2012 6:06 pm
by zerozero
[moved here]

Re: libzip1 for LMDE?

Posted: Sun Sep 30, 2012 6:15 pm
by Quasimodo
Oops, sorry, should have looked further down the main index :(

Ian

Re: libzip1 for LMDE?

Posted: Sun Sep 30, 2012 6:21 pm
by zerozero
no problem :D
i'm afraid i can't help you with this issue: libzip1 was deprecated in debian and also ubuntu to libzip2 and you can find several hits on google about this same problem;

probably the best option would be to contact the dev. so they can update the dependencies of the app.
https://bugs.launchpad.net/ubuntu/+sour ... bug/990314
http://ubuntuforums.org/archive/index.p ... 67138.html
http://packages.debian.org/search?suite ... ds=libzip1
(see that libzip1 is only available in stable and in less well known archs)
http://packages.debian.org/search?suite ... ds=libzip2

Re: libzip1 for LMDE? [SOLVED]

Posted: Mon Oct 01, 2012 5:37 am
by Quasimodo
Thanks for your tolerance :)

I found a copy of libzip1 here:

Code: Select all

https://launchpad.net/ubuntu/+archive/primary/+files/libzip1_0.9.3-1_i386.deb
installed it, and the Linux version of Kobo desktop is now running happily on my netbook.

Ian

Re: libzip1 for LMDE?

Posted: Mon Oct 01, 2012 11:44 am
by zerozero
ohh well, i wouldn't consider it a fix, not so much for resort to an ubuntu package but mainly because imo in the next dist-upgrade that package will be replaced by libzip2.
try a simulation

Code: Select all

sudo apt-get update && sudo apt-get -s dist-upgrade