Installed Gambas, But Wont Run

Post

Posted
Rating:
#1 (In Topic #1333)
Regular
tailkinker is in the usergroup ‘Regular’
Greetings!

I was able to install Gambas 3.19 from the ppa, but it won't run on Ubuntu 22.04, with Mate desktop.  

Image

(Click to enlarge)

Image

(Click to enlarge)

Image

(Click to enlarge)

Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
 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
Online now: No Back to the top

Post

Posted
Rating:
#3
Guru
BruceSteers is in the usergroup ‘Guru’
 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
Online now: No Back to the top

Post

Posted
Rating:
#4
Regular
tailkinker is in the usergroup ‘Regular’
Bruce,

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



BruceSteers said

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
Online now: No Back to the top
1 guest and 0 members have just viewed this.