Deluge 1.03 on Debian Lenny Server - Notification Daemon Dep

General support for problems installing or using Deluge
Post Reply
Mindzai
Member
Member
Posts: 47
Joined: Sat Oct 04, 2008 5:06 pm
Location: England

Deluge 1.03 on Debian Lenny Server - Notification Daemon Dep

Post 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?
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

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

Post by loki »

try -f or --force...
Mindzai
Member
Member
Posts: 47
Joined: Sat Oct 04, 2008 5:06 pm
Location: England

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

Post 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 :)
Post Reply