When I try to install the 1.1.0 .deb final I get this error message:
dependency is not satisfiable: python-pkg-resources
What does this mean? And how do I solve this?
deluge 1.1.0 and ubuntu 7.10: Problem installing
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
are you using the correct .deb (ubuntu 7.10 is gutsy gibbon) ?
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
Yes.johnnyg wrote:are you using the correct .deb (ubuntu 7.10 is gutsy gibbon) ?
While I've got an AMD64, I'm running the 32-bit version of ubuntu, so I took that .deb too. Did it all other times previously, it worked fine with the 1.0.7.
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
if you're running a 32 bit ubuntu you need a 32 bit .deb
I'm not sure why it's not installing, you can always try ignoring python-pkg-resources by running this:
I'm not sure why it's not installing, you can always try ignoring python-pkg-resources by running this:
Code: Select all
sudo dpkg --ignore-depends=python-pkg-resources -i deluge-torrent_1.1.0-1_i386.gutsy.deb
Re: deluge 1.1.0 and ubuntu 7.10: Problem installing
I've changed to 8.10 by now, and it that version it works without any problems. Maybe it was time to upgrade for me.johnnyg wrote:if you're running a 32 bit ubuntu you need a 32 bit .deb
I'm not sure why it's not installing, you can always try ignoring python-pkg-resources by running this:Code: Select all
sudo dpkg --ignore-depends=python-pkg-resources -i deluge-torrent_1.1.0-1_i386.gutsy.deb