Gravit Designer Elementary OS - Installing
-
3. Installing Gravit Designer
First, Extract Gravit Designer Archive directly into the /tmp/ Folder:
Possibly Double-Click on it from the File Manager:Or from Shell:
unzip -d /tmp/ ~/Downloads/GravitDesigner*.zip
(If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
Finally, to Store the AppImage in some Location into your Home…
Here I make first an appImages Directory:mkdir ~/appImages
mv /tmp/GravitDesigner/GravitDesigner*.AppImage ~/appImages/
-
4. Setting Permissions
This Step is Needed to Give Ececution Permission to the User
So now to Give Execution Permission to the AppImage:chmod +x ~/appImages/GravitDesigner*.AppImage
Contents