How to Install uTorrent on CentOS 8.x/Stream-8

September 25, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading uTorrent

    Download uTorrent Client+Server for Ubuntu 13.04

    uTorrent for Ubuntu 32/64-bit
  2. 3. Extracting uTorrent

    Then Extract uTorrent into /tmp
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    Install uTorrent for CentOS 8.x/Stream-8 - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/utserver.tar.gz -C /tmp/

    Again Extract uTorrent Web GUI
    With:

    cd /tmp/utorrent* && unzip ./webui.zip
  3. 4. Installing uTorrent

    Now to Install uTorrent
    First, Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/utorrent*

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And then Switch contents:

    sudo mv /tmp/utorrent* /opt/utorrent

    And Install/Update OpenSSL
    Simply Running:

    sudo yum install openssl098e
    

    Again make the needed Symlinks with:

    sudo ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8
    sudo ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8

Contents


QuickChic Theme • Powered by WordPress