Installing
-
2. Downloading uTorrent
Download uTorrent Client+Server for Debian 7
-
3. Extracting uTorrent
Then Extract uTorrent into /tmp
Possibly Double-Click/Right-Click and Open with Archive Manager:
Or from Command Line:tar xvzf ~/Downloads/utserver.tar.gz -C /tmp/
Again Extract uTorrent Web GUI
Change to the uTorrent temporary location:cd /tmp/utorrent
Unzip the uTorrent Web UI:
unzip ./webui.zip
Possibly to Install unzip:
sudo apt install unzip
-
4. Installing uTorrent
Now to Install uTorrent
First, Set the root user as Owner:sudo 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:sudo mv /tmp/utorrent* /opt/utorrent
-
5. Installing OpenSSL
And Install/Update OpenSSL
Simply Running:sudo apt install openssl
Contents