Tuesday, March 26, 2013


GAMBAS 3!!!
If you try installing Gambas by "sudo apt-get install gambas" you'll get the old but very stable version 2. However I recommend version 3 since it's more robust and offers more functionality. So let's get to it, first we need to add the PPA from launchpad to our software sources.

Fire up the terminal:
sudo add-apt-repository ppa:nemh/gambas3
When prompt to add, hit enter

Now perform update and upgrade
sudo apt-get update && sudo apt-get upgrade

Then install Gambas 3
sudo apt-get install gambas3

Now it should appear in your start menu under development :D


0 comments:

Post a Comment