Gambas

From Free Knowledge Base- The DUCK Project
Revision as of 13:30, 5 October 2020 by Admin (talk | contribs) (Created page with "Gambas has a Complete IDE for GUI development. To install Gambas 3.8.4 on Linux Mint 18.3 sudo apt update sudo apt install gambas3 Latest Stable Gambas (make sure supports...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gambas has a Complete IDE for GUI development.

To install Gambas 3.8.4 on Linux Mint 18.3

sudo apt update
sudo apt install gambas3

Latest Stable Gambas (make sure supports your system)

sudo add-apt-repository ppa:gambas-team/gambas3
sudo apt-get update
sudo apt-get install gambas3

Bleeding edige use:

sudo add-apt-repository ppa:gambas-team/gambas-daily