I am just learning about linux myself so bare with me but I have installed rtorrent several times before. Im gonna try and make this as simple as possible. You shouldn't have any problem doing this if you follow step by step. Copy and paste if ya want!
sudo apt-get update
sudo apt-get install build-essential libsigc++-2.0-dev pkg-config comerr-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev zlib1g-dev libncurses5 libncurses5-dev
cd /tmp/
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.9.tar.gz
tar -zxvf libtorrent-0.11.9.tar.gz
cd /tmp/libtorrent-0.11.9
./configure
make
make install
cd /tmp/
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.9.tar.gz
tar -zxvf rtorrent-0.7.9.tar.gz
cd /tmp/rtorrent-0.7.9
./configure
make
make install
If you get any 'access denied' errors just put sudo in front of the command.
Now all you need to do is put a rtorrent cfg file in your /home/name dir. You can grab a cfg file from HERE and edit to your liking.Also make sure you rename rtorrent.rc to .rtorrent.rc so rtorrent will see it. To open rtorrent just type rtorrent from terminal and happy torrenting!
You can find a rtorrent user guide with a list of commands HERE
If for some reason you get this error..."rtorrent: error while loading shared libraries: libtorrent.so.10: cannot open shared object file: No such file or directory" type... sudo ldconfig and it should be golden!
3 comments:
Hi
how to add torrent file !
Zero
Hi,
could you tell me please how to remove the install?
Thanks
type "sudo ldconfig" and you should be golden
--holy shit i can't believe this just fixed that problem thanks.
Post a Comment