Installing ClipGrab
-
4. Downloading ClipGrab
Download ClipGrab for Linux Mint GNU/Linux
On Firefox, you may see a prompt to choose “Open with AppImageLauncher” or “Save File”:
For Google Chrome, select the package from the Bottom Panel:
-
5. Setting Up ClipGrab
If not using AppImageLauncher, manually set up ClipGrab on Linux Mint.
First, navigate to the target location, typically the Downloads folder:cd && cd Downloads
To verify, run:
ls . | ClipGrab
If you have trouble finding it via Terminal, see: How to Access Downloads Folder from Browser.
Then grant execution permissions:chmod +x ClipGrab*.AppImage
Create a folder for AppImages with:
mkdir ~/appImages
Finally, move ClipGrab to the new folder:
mv ClipGrab*.AppImage ~/appImages
Contents