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

How to Unzip RAR File on openSUSE Linux

March 22, 2017 | By the+gnu+linux+evangelist.

UNRAR Setup

  1. 2. Installing UNRAR on openSUSE

    Then to Install UnRar for openSUSE
    Check if it is Already Installed:

    which unrar

    If Not there then:

    sudo zypper in unrar

Contents