How To Install

Archlinux

Execute:

$ yaourt -S mundus

You can browse the AUR Package

Or, if you are brave enough to use bleeding edge:

$  yaourt -S mundus-bzr

Debian (and derivatives)

Head to the Downloads page and download the .deb package. Then open a terminal in the same folder and execute:

$ sudo dpkg -i <package>

Fedora (and derivatives)

Head to the Downloads page and download the .rpm package. Then open a terminal in the same folder and execute:

$ sudo rpm -i <package>

Ubuntu

Installing Gambas 3

Note

The Gambas3 packages are now included in the Stable PPA.

Adding the PPA

To use the Stable version (Recommended) :

$ sudo add-apt-repository ppa:sebikul/mundus-stable

If you want to test bleeding edge features:

$ sudo add-apt-repository ppa:sebikul/mundus-daily

Installing Mundus

After adding the Gambas and Mundus PPAs, just execute:

$ sudo apt-get update && sudo apt-get install mundus