Wednesday, May 18, 2011

how to install Utorrent on Slackware 13.1

really simple :
Install "uTorrent" on terminal


1. get the file:
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz

2. extract it
tar zxvf utorrent-server-3.0-25053.tar.gz

3. go into the folder created
cd utorrent-server-3.0-21701

4. run the program
./utserver

5. open a website to the machine on port 8080
http://someip:8080/gui/

6. u:admin pass: by default does not have
Enjoy it

1 comment:

  1. For the sake of any googlers out there, this won't work on Slack 13.0 because the bundled glibc is only version 2.9; uTorrent needs 2.11.

    ReplyDelete