Skip to content

Ubuntu Installation

Mark Grant edited this page Nov 5, 2019 · 1 revision

These packages are available for Ubuntu. They are hosted on LaunchPad.

To setup the LaunchPad Personal Package Archive (PPA) (repository)

These packages are available in a Personal Package Archive (PPA). If you add this PPA to your software sources then you can easily install, update and remove the packages.

To view the details of this PPA please follow the link below:-

To add this PPA to your system please type the following:-

  • sudo apt-get install software-properties-common
  • sudo add-apt-repository ppa:m-grant-prg/utils

To install these packages

  • sudo apt-get update
  • For the Library:- sudo apt-get install libmgesysutils
  • For the development package:- sudo apt-get install libmgesysutils-dev
  • For the document package:- sudo apt-get install libmgesysutils-doc

To uninstall any of these packages

  • sudo apt-get remove package-name