sábado, 26 de septiembre de 2015

Install the latest version of Gambas on Ubuntu and begins to program applications

gambas ubuntu
Gambas Almost Means Basic, is analogous to the Visual Studio on Windows. It is a visual programming environment for BASIC -derived much like Java- and allows us to develop applications easily, thanks to that program in a high-level code.
It's as easy as dragging the item you want to include and scheduling function. The best of this programming environment is definitely, which is open source, it is distributed in GPL, and therefore we have daily updates to fix bugs and add new features.
Gambas is so simple you do not need prior knowledge of any programming language. Just you need to have a hand and freely -free and time to learn, so it is perfect for students who are just beginning. In this case we will learn how to install the latest released from the repository version with these simple steps:

    
Open the terminal command.

    Enter these commands one by one:

    
sudo add-apt-repository ppa:-team shrimp / prawn-daily

    
sudo apt-get update

    
sudo apt-get install gambas3


With these commands get the latest released Gambas, currently version 3.8.1- go through, but we want the most stable we can use these other commands, but be aware that we can never add two PPA at a time, we can only choose one, as if not provoke a mistake and have to start the process from the beginning, first cleaning the installation:

     Open the terminal command.
     Enter these commands one by one:

     sudo add-apt-repository ppa: shrimp-team / gambas3

     sudo apt-get update

     sudo apt-get install gambas3

I personally recommend this latest version, which is stable, if you're starting out, because the other can give some other error. The best thing about this environment, if we come from Visual Basic, is that we have an interpreter who translates our programs to Gambas can interpret and compile without problems.

No hay comentarios:

Publicar un comentario