How to install MongoDB on endless?

Cant install mongo on endless

The Endless OS is only compatible with Flatpak Applications. At the moment MongoDB doesn’t have a Flatpak version

You can install using the toolbox command. The Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. I recommend reading the toolbox command documentation using the command toolbox --help or github.com/debarshiray/toolbox/tree/master/doc

Create a new toolbox container using the command:

toolbox create

To run the toolbox use the command:

toolbox enter

To install MongoDB use the command:

sudo dnf install mongodb mongodb-server

Hi!

These articles will provide more details about it:

What’s Flatpak?
Can I install and add new software or apps?

You can run MongoDB using docker (which on Endless OS is an alias for podman, a mostly-compatible replacement).

https://hub.docker.com/_/mongo/

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.