[Gambas-bugtracker] Bug #2784: Unable to complete install of gambas3

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Aug 30 02:49:21 CEST 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2784&from=L21haW4-

Comment #2 by Bruce STEERS:

The problem is the program being run "/usr/bin/control" was compiled using a more recent version of gambas than the one you have installed. (or was compiled on another machine with a newer version of gambas)

by removing gambas repositories from /etc/apt/sources using rm you may have removed the ppa for the latest stable version (if you ever had it).

You can try installing the latest stable version of gambas3 with the following commands...

# remove any existing gambas3 packages
sudo apt remove gambas3*

# add the latest gambas3 stable repository to apt sources list.
sudo add-apt-repository -y ppa:gambas-team/gambas3

# update apt source list
sudo apt-get update

# install all gambas3 components
sudo apt-get install gambas3*

then you should not get the "bytecode to recent" errors




More information about the Bugtracker mailing list