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

How to Install uTorrent on Debian Stretch 9 Easy Guide

July 20, 2014 | By the+gnu+linux+evangelist.

uTorrent Debian 9 Install - Setting Up

  1. Relocate uTorrent
    Open a SuperUser session

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Set the root user as Owner

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

    Then Move uTorrent to Location

    sudo mv /tmp/utorrent* /opt/utorrent
  2. And Install/Update OpenSSL
    Simply Running:

    sudo apt-get install openssl

    Install uTorrent for Debian Stretch 9 - Apt Upgrading OpenSSL