gb.scripter and sharedmem are now built into the gsh shell and Do not need to be installed separately.
Gambas 3.18 is now available as a backport for debian and ubuntu, even available for Raspberry OS!
for pi os:
Add this line to the beginning of /etc/apt/sources.list
deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free
install like this debian all os and pi os :
apt -t bullseye-backports install gambas3
sudo -i
curl -s --compressed "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/KEY.gpg" | gpg --dearmor > /etc/apt/trusted.gpg.d/westwood-archive-key.gpg
sudo curl -s --compressed -o /etc/apt/sources.list.d/gsh.list "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/gsh.list"
sudo apt update
Current gsh version is now 1.4.2 Updated to new byte code for gambas3 Many bug fixes and extensions
Version 1.3.106 or above is required for correct functionallity in Gambas version 3.17 or above.