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

How to Install A RPM Package on Bodhi Linux

November 11, 2016 | By the+gnu+linux+evangelist.

GNU/Linux Bodhi Installing Rpm Package Guide

How to Install a Rpm Package in Bodhi GNU/Linux desktop – Step by step Tutorial.

And the Rpm Package must be First, Converted in the Deb format by the Alien Tool.

Alien converts an RPM package file into a Debian package file or Alien can install an RPM file directly.

However, this is Not the Recommended way to install software packages in Bodhi Linux.
Dependencies conflicts may occur when attempting to install RPM packages.

And so in case, Aptitude or Synaptic GUI Package Managers may be ables to fix or remove any Broken Dependency.

How to Install a RPM Package on Linux Bodhi
  1. 1. Terminal Getting Started Guide

    How to Quick Start with Command Line on Bodhi:

    Console Bodhi Quick Start Guide

    First Update the Apt Repo Sources with:

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

Contents