how to install mongobooster in ubuntu?

sadashiv shared this question 4 years ago
Answered

my OS system is ubuntu so how to install mongobooster

Replies (3)

photo
1

What is a “Linux AppImage”? How do I install it?

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 nosqlbooster5mongo*.AppImage

Executing it

You can execute an appImage as follows:

<code>./nosqlbooster5mongo*.AppImage</code>

photo
1

I read this article but did not understand what I should type in my Ubuntu terminal. Could you please describe a bit more clear? Thanks in advance

photo
1

You can give AppImageLauncher a try. AppImageLauncher allows you to integrate AppImages you download into your application menu or launcher to make it easier for you to launch them.

https://github.com/TheAssassin/AppImageLauncher

Leave a Comment
 
Attach a file