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

Step-by-step DropBox AntiX Gnu/Linux Easy Guide

April 11, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading DropBox

    Download Latest DropBox Package for antiX Linux

    DropBox .deb antiX Package

    Grab the Ubuntu Release.

  2. 3. Installing Dependencies

    Then to Install Required Package Installer
    Simply run:

    sudo apt install gdebi gdebi-core

    And to Install Additional GPG Verify Package (Optional):

    sudo apt install python3-gpg
  3. 4. Installing DropBox

    Now Install DropBox for antiX
    First, access the Target:

    cd $HOME/Downloads/

    To List the directory contents and Verify the file is there:

    ls . | grep dropbox

    If Not then Try to look into the /tmp/mozilla* folder…
    And finally to Setup it play:

    sudo gdebi ./dropbox*.deb

Contents