How to install P2P BitTorrent Client (Deluge)

  • Download deb installation file here if you run i386 or here if you run amd64 and then double-click on it when downloaded.

OR

  • Download dependencies, get latest source, build the source, and install
       sudo aptitude install subversion build-essential python-all-dev python-all \
python-support libboost-dev libboost-thread-dev libboost-date-time-dev \
libboost-filesystem-dev libboost-serialization-dev \
libboost-program-options-dev libboost-regex-dev zlib1g-dev && \
svn checkout http://deluge-torrent.org/svn/trunk deluge && \
cd deluge && python setup.py build && sudo python setup.py install
  • Remove install files
       cd .. && rm -Rf deluge/
  • Launch the program by going to: Applications -> Internet -> Deluge BitTorrent Client


No comments: