How to install Deluge on debian lenny?

Status
Not open for further replies.
3 comments
Code:
#apt-get install deluge

update :)
#apt-get update
#apt-get upgrade

if need add Deluge PPA Repository

Code:
#apt-get install python-software-properties
#sudo add-apt-repository ppa:deluge-team/ppa
#apt-get update
 
Are you sure its not in the repos it is on most distros

do to see if its called something funky (this command searches the repos for a specific package)

Code:
aptitude search deluge

Or you could just get the deb from their site do some thing like

Code:
 wget http://ftp.us.debian.org/debian/pool/main/d/deluge/deluge_1.2.3+git20110209.8c36830-0squeeze1_all.deb

then do

Code:
sudo dpkg -i deluge_1.2.3+git20110209.8c36830-0squeeze1_all.deb
 
Last edited:
@ Shadow.prx Yes I'm sure. I did the search command, and I got deluge-torrent and deluge-torrent-common. I know its weird but for some reason debian lenny doesnt have it.

But I would like the gtk ui and daemon with it. Not sure whether it comes with the python version. I'll try the 2 commands you given me. Thanks

---------- Post added 26th Mar 2012 at 03:20 AM ---------- Previous post was 25th Mar 2012 at 10:36 PM ----------

Are you sure its not in the repos it is on most distros

do to see if its called something funky (this command searches the repos for a specific package)

Code:
aptitude search deluge

Or you could just get the deb from their site do some thing like

Code:
 wget http://ftp.us.debian.org/debian/pool/main/d/deluge/deluge_1.2.3+git20110209.8c36830-0squeeze1_all.deb

then do

Code:
sudo dpkg -i deluge_1.2.3+git20110209.8c36830-0squeeze1_all.deb

Ok I tried doing your commands, but when I did dpkg, it says deluge gtk is not installed, and it depends on it. So when i tried installing gtk, it says deluge-common and pythin support is not installed and it depends on it. So I don't think it will be able to work. Anyone got any suggestions?
 
Status
Not open for further replies.
Back
Top