1

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
jacob
asked Oct 18 2019
edited Oct 18 2019

Answer

1

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
linuxhelp
asked Oct 18 2019
Post your Answer