how to install gambas2 on ubuntu

Asked by akhileshdas_ups

Recently i have installed ubuntu 9.0 on my computer. I am unable to install gambas2-2.90 (Similar to Visual Basic). Pl. Guide me with easy steps.

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gambas2 Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Please first enable the universe repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gambas2

give your user password when requested, you don't see nothing when you type it, then press enter

Hth

Revision history for this message
akhileshdas_ups (akhileshdas-ups) said :
#2

Thanks marcobra (Marco Braida), that solved my question.