AMP AMP
AMP
1
AMP

How To install .AppImage format in Linuxmint 19

I was trying to install a file and it's extension is in .appimage format. how can i install the .appimage file

Linux app Add a comment
a sample image
jacob
asked Oct 18 2019
edited Oct 18 2019

Answer

AMP
1
AMP

Before starting the installation of that file ,Use the following command

Make it executable

chmod a+x exampleName.AppImage

Then install the file

./exampleName.AppImage
Add a comment
a sample image
linuxhelp
asked Oct 18 2019
Post your Answer