• Breaking News

    Saturday 22 August 2015

    How To Install uTorrent On Linux Mint




    µTorrent is a freeware, closed source BitTorrent client by Bit-torrent. Installing of u Torrent on linux system is diffrent from windows. On Linux OS It run on web server. To Install uTorrent on Debian(Linux Mint) First downloaded it From Below Link.
    http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz
    Or
    Use command as a root user.

    wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz 
    

    Now download dependency required to install utorrent server

    sudo apt-get install libssl0.9.8:i386
    

    Extract above zip file in /opt directory. This directory is used for install all third party software.

    sudo tar zxvf utorrent-server-3.0-25053.tar.gz -C /opt/
    

    tar command used to extract files

    Then Give permission to all files into directory so everyone can read,write and upload file
    to web server.

    sudo chmod -R 777 /opt/utorrent-server-v3_0/
    

    Now we have to link to /opt directory to usr/bin directory

    sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver 
    

    And run utorrent server on browser we do not run below cammand as sudo because of we already give all permission to that files.
    utserver -settingspath /opt/utorrent-server-v3_0/
    
    
    

    Hit following url on browser and Enter Username admin and left password blank.

    http://localhost:8080/gui/
    You will see below screen
    
    

    No comments:

    Post a Comment