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 toolbox/doc at main · debarshiray/toolbox · GitHub
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:
You can run MongoDB using docker
(which on Endless OS is an alias for podman
, a mostly-compatible replacement).
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.