Page 1 of 1

Deluge 1.03 on Debian Lenny Server - Notification Daemon Dep

Posted: Tue Oct 21, 2008 3:00 pm
by Mindzai
I'm trying to install 1.03 using the Debian Lenny package. I'm running debian as a headless server and as such have no desktop installed. I have installed all the necessary deps (or so I thought) using the following:

Code: Select all

apt-get install libboost-date-time1.34.1 libboost-filesystem1.34.1 libboost-iostreams1.34.1 libboost-python1.34.1 libboost-thread1.34.1 librsvg2-common python-dbus python-glade2 python-notify python-pyopenssl python-setuptools python-xdg
However, when I install the .deb with dpkg i get an error about missing the notification-daemon dependancy. Obviously this is not something I need. What is the best solution to this problem?

Re: Deluge 1.03 on Debian Lenny Server - Notification Daemon Dep

Posted: Tue Oct 21, 2008 11:25 pm
by loki
try -f or --force...

Re: Deluge 1.03 on Debian Lenny Server - Notification Daemon Dep

Posted: Wed Oct 22, 2008 2:48 pm
by Mindzai
Thanks.

The following worked fine:

Code: Select all

dpkg -i --ignore-depends=notification-daemon deluge-torrent_1.0.3-1_i386.lenny.deb
Just wanted to be sure I wasnt going to cause any problems before i went ahead :)