Installing
-
2. Downloading Shotcut
Download Shotcut for CentOS GNU/Linux
-
3. 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 . | Shotcut
And Give Execution Permission:
chmod +x Shotcut*.AppImage
-
4. Installing App
Then to Set up AppImageLauncher on CentOS
Otherwise to Setup Shotcut Manually
Make a Folder to Hold the AppImages with:mkdir $HOME/appImages
And finally Switch Shotcut into the Location:
mv ~/Downloads/Shotcut*.AppImage ~/appImages
Contents