how to launch in ubunto mongobooster

John shared this question 6 years ago
Answered

dont know how to launch mongobooster in ubuntu

Replies (1)

photo
1

The AppImage format is a format for packaging applications in a way that allows them to run on a variety of different target systems (base operating systems, distributions) without further modification.

AppImages can be downloaded and run without installation or the need for root rights.

Making it executable

You can make the appImage executable as follows:

chmod a+x mongobooster*.AppImage
Executing it

You can execute an appImage as follows:

./mongobooster*.AppImage

Leave a Comment
 
Attach a file