$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

uTorrent Installation in Pop!_OS – Step-by-step

August 12, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading uTorrent

    Download uTorrent Client+Server for Ubuntu 13.04

    uTorrent Pop!_OS tar.gz 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 Pop!_OS - Extraction
    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
  3. 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
  4. 5. Installing OpenSSL

    And Install/Update OpenSSL
    Simply Running:

    sudo apt install openssl

    Install uTorrent for Pop!_OS - Apt Upgrading OpenSSL

Contents