Installed Gambas, But Wont Run

New to Gambas? Post your questions here. No question is too silly or too simple.
Post Reply
tailkinker
Posts: 2
Joined: Tuesday 17th September 2024 11:06am

Installed Gambas, But Wont Run

Post by tailkinker »

Greetings!

I was able to install Gambas 3.19 from the ppa, but it won't run on Ubuntu 22.04, with Mate desktop.
added  ppa.png
added ppa.png (263.22 KiB) Viewed 870 times
after update.png
after update.png (261.19 KiB) Viewed 870 times
from terminal.png
from terminal.png (257.96 KiB) Viewed 870 times
User avatar
BruceSteers
Posts: 1831
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: Installed Gambas, But Wont Run

Post by BruceSteers »

did you uninstall the old gambas first?

try this

sudo apt purge gambas3*
sudo apt install gambas3*

If that does not work it looks like JIT cannot run.

so try this..

env GB_NO_JIT gambas3
If at first you don't succeed , try doing something differently.
BruceS
User avatar
BruceSteers
Posts: 1831
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: Installed Gambas, But Wont Run

Post by BruceSteers »

acctually did you run apt upgrade? i do not see it in your snapshots.

apt update just updates the cache not the programs.

sudo apt-get update
sudo apt-get upgrade
If at first you don't succeed , try doing something differently.
BruceS
tailkinker
Posts: 2
Joined: Tuesday 17th September 2024 11:06am

Re: Installed Gambas, But Wont Run

Post by tailkinker »

Bruce,

Thankyou - upgrading my system worked. I usually try to stay away from that as it crashes my system.


BruceSteers wrote: Wednesday 18th September 2024 8:12am acctually did you run apt upgrade? i do not see it in your snapshots.

apt update just updates the cache not the programs.

sudo apt-get update
sudo apt-get upgrade
Post Reply