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

How to Getting Started Installing New Packages on AgiliaLinux Distro Easy Guide

January 20, 2013 | By Duchateaux.

The Guide shows you How to Quickly Getting-Started Searching and Installing New Packages on AgiliaLinux Distro.

The Tutorial is Practical so it Contains Just Only the Essentials Installation Instructions and Commands.

How to Getting Started Installing New Packages on AgiliaLinux Distro Easy Guide
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  2. Updating Repositories.

    su -c "mpkg-update"
  3. Serching for Packages by Keywords.

    mpkg-search [keyword]

    Example:

    mpkg-search thunderbird
  4. Installing Packages.

    su -c "mpkg-install "

    Example:

    su -c "mpkg-install mozilla-thunderbird"