[Gambas-user] Gambas and Ubuntu 20.10

Gianluigi bagonergi at gmail.com
Tue Dec 7 10:14:09 CET 2021


Il giorno lun 6 dic 2021 alle ore 05:14 Thad Taylor <thadtaylor997 at gmail.com>
ha scritto:

> unable to load component: gb.gui
>
> Installed from software library
>

Why are you using a distribution that no longer has support?
You should install 20.04.3 LTS
Before installing the new ubuntu remember to backup all your data (copy the
home with root privileges)
Therefore open one terminal (ctrl+alt+t):
If you want the stable version of Gambas give this first command to install
the stable PPA:
sudo add-apt-repository ppa:gambas-team/gambas3
If you want the development version, this is the command to install the PPA:
sudo add-apt-repository ppa:gambas-team/gambas-daily
Whether you have chosen the stable PPA or the development PPA, to install
Gambas use these two commands:
sudo apt-get update
sudo apt-get install gambas3

Note: Write one command at a time, after each command you enter from the
keyboard, after the first command with sudo you will be asked for the
password, you type it all precisely even if it seems that the terminal does
not receive it, it is done deliberately.
Look at these documentation: http://gambaswiki.org/wiki/install/ubuntu

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20211207/e9618022/attachment-0001.htm>


More information about the User mailing list