Greetings!
I was able to install Gambas 3.19 from the ppa, but it won't run on Ubuntu 22.04, with Mate desktop.
Installed Gambas, But Wont Run
- BruceSteers
- Posts: 1831
- Joined: Thursday 23rd July 2020 5:20pm
- Location: Isle of Wight
- Contact:
Re: Installed Gambas, But Wont Run
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
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
BruceS
- BruceSteers
- Posts: 1831
- Joined: Thursday 23rd July 2020 5:20pm
- Location: Isle of Wight
- Contact:
Re: Installed Gambas, But Wont Run
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
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
BruceS
-
- Posts: 2
- Joined: Tuesday 17th September 2024 11:06am
Re: Installed Gambas, But Wont Run
Bruce,
Thankyou - upgrading my system worked. I usually try to stay away from that as it crashes my system.
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