Archives For November 30, 1999

The JoliCloud Desktop Environment finally is available for Ubuntu 12.04 Precise, 13.04 Raring and 12.10 Quantal. Here’s how to install it via ppa repository.

jolicloud ubuntu

As you may know, JoliCloud Desktop Environment puts a HTML5 launcher with shortcuts to popular websites and services front and center, such as Facebook, Twitter, Gmail, Wikidedia, Angry birds, and more.

Install JoliCloud Desktop

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the JoliCloud official ppa repository:

sudo add-apt-repository ppa:jolicloud-team/ppa

After that, update the package lists to make it avaiable and finally install the session. To do so, run below command:

sudo apt-get update; sudo apt-get install jolicloud-desktop-environment

Once installed, log out current session. Click on the gear icon and choose Jolicloud for Ubuntu login.

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 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