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

Step-by-step – DragonDisk Installation in openSUSE Guide

June 24, 2022 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Downloading DragonDisk

    Download DragonDisk for openSUSE GNU/Linux

    DragonDisk .rpm for openSUSE

    Grab the i686 Release also for x64.

  2. 3. Installing DragonDisk

    Then to Set up DragonDisk on openSUSE
    First Access the Target, usually in the Downloads folder:

    cd && cd Downloads

    To Check is there do:

    ls . | grep dragondisk

    The grep Command Refine the output List showing only the entries Matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    And to Setup DragonDisk:

    sudo zypper install ./dragondisk*.rpm

Contents