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

How to Install uTorrent on Kali Easy Guide

August 30, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Then to Install Required Packages
    Simply play:

    sudo apt install unzip openssl

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  2. 3. Downloading uTorrent

    Download uTorrent Client for Xubuntu 13.04

    uTorrent for Xubuntu

    Grab Latest Debian Release.

    If you are using Firefox then on Prompt Choose “Open with Archive Manager”:

    Firefox Prompt

    Or After try to Select the Package by the Downloads Button on Top Panel:

    Downloaded Packages

    Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:

    Chrome Bottom Panel Downloads

    How to Install Chrome Browser on Linux

  3. 3. Extracting uTorrent

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

    Install uTorrent for Kali - Extraction
    Or from Command Line:

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

    Again to Extract uTorrent Web GUI
    With:

    unzip /tmp/utorrent*/webui.zip
  4. 4. Installing uTorrent

    Next Relocate uTorrent
    First, to Set the SuperUser as Owner of UTorrent stuff run:

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

    And then Switch it into the Target directory:

    sudo mv /tmp/utorrent* /opt/utorrent

Contents