How to install P2P BitTorrent Client (Deluge)
Labels:
How to Add On Application
- 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/
- Download Deluge Plugins (Optional)
- Launch the program by going to: Applications -> Internet -> Deluge BitTorrent Client
Ubuntu Feisty+Fawn How+to+Use+Ubuntu Ubuntu+Guide How+to+Install+P2P+Bittorent+Client
No comments:
Post a Comment