How to Install MongoDB Compass in Endless Operating System?

I am using Endless and enjoying it…but here i got an challenging thing that i need to install MongoDB and MongoDB Compass on Endless. Please help me in installing by guiding.
pachauriashokkumar@gmail.com

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 --release f33

To run the toolbox use the command:

toolbox enter --release f33

To install MongoDB use the command: https://developer.fedoraproject.org/tech/database/mongodb/about.html

1 Like

Thanks, this method worked, toolbox create

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