Installing
-
2. Downloading uTorrent
Download uTorrent Client+Server for Debian 7
Here uTorrent Debian tar.gz 32/64-bitLink to Download the Latest uTorrent BitTorrent Client for Debian -
3. Extracting uTorrent
Then Extract uTorrent into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Command Line:Copytar xvzf ~/Downloads/utserver.tar.gz -C /tmp/
Again Extract uTorrent Web GUI
Change to the uTorrent temporary location:Copycd /tmp/utorrent
Unzip the uTorrent Web UI:
Copyunzip ./webui.zip
Possibly to Install unzip:
Copysudo apt install unzip
-
4. Installing uTorrent
Now to Install uTorrent
First, Set the root user as Owner:Copysudo chown -R root:root /tmp/utorrent*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then Move uTorrent to Target:Copysudo mv /tmp/utorrent* /opt/utorrent
-
5. Installing OpenSSL
And Install/Update OpenSSL
Simply Running:Copysudo apt install openssl
Contents