Archives For November 30, 1999

This tutorial shows you how to install ClipGrab video downloader and converter on Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and Linux Mint 20/21 via PPA.

ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe, Dailymotion and many other online video sites. It converts downloaded videos to MPEG4, MP3 or other formats in just one easy step.

It supports HTTP and Socks5 proxy.

Clipgrab

ClipGrab has an official PPA which is however no longer updated for very long time. For the all current Ubuntu releases on amd64(Intel/AMD) and arm64/armhf, there’s an unofficial PPA available for choice.

To install this utility, press Ctrl+Alt+T to open terminal, then follow the below steps:

1.) Run this command to add the ppa repository to your system:

sudo add-apt-repository ppa:xtradeb/apps

2.) Then update the package cache by running command:

sudo apt update

3.) Finally install it via:

sudo apt install clipgrab

The ClipGrab website also provides non-install version for Linux, just download, extract and make it executable in file’s Properties, finally click to run.

Uninstall ClipGrab

To uninstall ClipGrab, use command:

sudo apt remove --autoremove clipgrab

Also remove the Ubuntu PPA by running command:

sudo add-apt-repository --remove ppa:xtradeb/apps