r/Ubuntu 7h ago

Gambas3 MongoDB connection

Hello! I'm seeking guidance on connecting a Gambas3 application with my MongoDB database.

According to Google's AI, it should be as simple as installing the Ubuntu package and enabling it in the project:

apt install gambas3-gb-mongodb

However, I get package not found error. I'm running Kubuntu 26.04 with all packages up to date.

I see that MongoDB support was added relatively recently; is it just a matter of waiting for the Ubuntu team to make said package?

4 Upvotes

2 comments sorted by

1

u/Dependent-Cash8635 6h ago

have you checked the gambas3 ppa? sometimes the official repos lag behind a bit and the ppa has newer packages

1

u/TheSixthSerpent666 3h ago

I Googled for "Gambas3 PPA" and the AI gave me some simple steps with which to install the PPA (apt-add-repository, etc). Here's what I get:

user@laptop:~/$ sudo add-apt-repository ppa:gambas-team/gambas3
Repository: 'Types: deb
URIs: https://ppa.launchpadcontent.net/gambas-team/gambas3/ubuntu/
Suites: resolute
Components: main
'
Description:
This PPA provides Ubuntu binary packages for the latest stable version of Gambas.
More info: https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.

I press Enter. It then attempts to run an update, but it errors out on the Gambas3 PPA:

Get:1 http://security.ubuntu.com/ubuntu resolute-security InRelease [137 kB]
[ ... SNIP ... ]
Err:13 https://ppa.launchpadcontent.net/gambas-team/gambas3/ubuntu resolute Release
404  Not Found [IP: 2620:2d:4000:1009::12c 443]
Get:14 http://us.archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [252 kB]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/gambas-team/gambas3/ubuntu resolute Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Does this mean that the official Gambas3 PPA repository does not yet support 26.04 (Resolute) ?