Sunday, January 20, 2013

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

The Guide Show 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.

Gnome-Penguin AgiliaLinux
  1. Open a Terminal Window
  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 <packageName>"


    Example: $
    su -c "mpkg-install mozilla-thunderbird"