Installing
-
3. Downloading Insomnia
Download Insomnia for CentOS GNU/Linux
Possibly, on Firefox Prompt Choose “Save File”:
-
4. Setting Permissions
This Step is usually Needed to Give Ececution Permission to the User
First, Access the Target, usually in the Downloads folder:
(But if downloaded with Firefox it can be instead into /tmp/mozilla*)cd && cd Downloads
To Check that there is run:
ls . | insomnia
Finally, if you are in Trouble to Find it out on Terminal See: How to Access Downloads Folder from Browser.
And Give it Execution Permission:chmod +x insomnia*.AppImage
-
5. Installing Insomnia
(Skip with AppImageLauncher Setup) So Now, if you wanna to Set up Insomnia on CentOS
Then first make a Folder to Hold the AppImages with:mkdir $HOME/appImages
And then Switch Insomnia in the Location:
mv insomnia*.AppImage $HOME/appImages
Contents