Archives For November 30, 1999

Linux Mint is a Linux distribution forked from Ubuntu since Classic Gnome Desktop was dropped.

download-wallpaper

This tutorial will show you how to install Variety wallpaper changer on Ubuntu 13.10, 13.04, 12.04 & Linux Mint 13, 14, 15 via ppa repository.

UPDATE 2024: Variety is available in system repository since Ubuntu 16.04! However, some features are NO longer working since the PPA is not being updated any-more.

To try out variety in Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, Ubuntu 18.04, and Ubuntu 16.04, press “Ctrl+Alt+T” to open terminal, then run 2 commands below one by one:

  • First refresh system package cache:
    sudo apt update
  • Then install variety:
    sudo apt install variety

To uninstall the app, use command:

sudo apt remove --autoremove variety

Variety is an automatic wallpaper changer, downloader & manager. It makes easy to create Desktop Wallpaper Slideshows on Ubuntu & Linux Mint.

Variety changes your desktop wallpaper on a regular basis, using user-specified or automatically downloaded images. It has an indicator applet on your panel that allows to easily change wallpapers.

variety-indicator

Variety can download wallpapers from wallbase.cc, ns223506.ovh.net, wallpapers.net, flickr.com, imgur.com, deviantart.com, interfacelift.com, vladstudio.com.

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

1.) Copy and paste this command and run in terminal, it add the stable ppa to your system.

sudo add-apt-repository ppa:peterlevi/ppa

2.) If you’ve already installed Synaptic Package Manger, open it and click Reload button. Search for and install variety package.

If not, run this command instead:

sudo apt-get update; sudo apt-get install variety

Enjoy!

Install Adobe Air on Linux Mint and Ubuntu

Last updated: April 24, 2024

adobe-air-logo

According to this Adobe support page, HARMAN have taken over the development and support for the Adobe AIR SDK, a cross-platform framework used by a wide range of applications and games.

It’s now a free and open-source project, with SDK support for Window, Linux, and macOS, and runtime support for only Windows and macOS.

To download AIR SDK, go to the link page below, accept the term and click download the SDK for Linux:

Then, extract the package, go to bin sub-folder, finally use either adl or adl_linux from terminal (right-click in blank area of that folder and click “Open in Terminal”) to test an AIR application without having to package and install it.

T ocreate an Air native extension, go to this discussion page, try to download and extract the path over the top of the SDK.

for Ubuntu 20 we need to provide a build of curl and to have the runtime know to look for this in the appropriate folder first. Should be able to provide an update for this although with a few other fixes that have gone in to the Linux build just now (crashes when using Worker objects) I’m wondering about creating another release just for the Linux build of the AIR SDK…. we may do a few more bits of real-world testing with applications that folk are sending in…

This tutorial shows you how to install latest Adobe Reader and keep up-to-date on Ubuntu and Linux Mint using canonical partners repository.

Canonical and their partners provide closed source third party software and updates that don’t cost any money in the Canonical Partner repository. Adobe reader (acroread) is one of them.

To enable this repository, search for and open Software & Updates from Unity Dash. Check the boxes at the other software tab.

Enable-Canonical-Partners

Then open Synaptic Package Manager (install it in Ubuntu Software Center), click Reload button to update package lists. Search and install acroread package.

adobe-reader-synaptic

Once a new version releases, you can update via Synaptic too.

To set Adobe Reader as default PDF reader in Ubuntu or Linux Mint, right-click on one of your PDF files. In Properties window, choose it and set default.

set-adobe-reader-default

Enjoy!

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

This simple and brief tutorial shows how to install CoolReader 3.x on Ubuntu 13.04, 12.10, 12.04, 11.10, 10.04 and Linux Mint via PPA repository.

CoolReader is fast and small cross-platform XML/CSS based E-Book reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, DOC, TCR, HTML, EPUB, CHM, PDB, MOBI. Platforms: Win32, Linux, Android. Ported on some eInk based devices.

CoolReader3

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

1.) Copy and paste this command and run in terminal. It adds the ppa repository to your system:

sudo add-apt-repository ppa:vovansrnd/coolreader

2.) If you’ve already Synaptic Package Manager, open it and click Reload to update package lists. Search for and install cr3:

CoolReader-Synaptic

If not, run this command instead:

sudo apt-get update; sudo apt-get install cr3

Enjoy!

frostwire

This simple tutorial will show you how to install the FrostWire on Ubuntu 24.04 Noble, Ubuntu 22.04 Jammy, and Ubuntu 20.04 Focal.

FrostWire is a free and open-source BitTorrent client forked from LimeWire, and was previously a hybrid Gnutella and BitTorrent client. Unlike most other BitTorrent clients, FrostWire is able to search for, and download torrents from many major trackers.

The app is written in Java, and works in Windows, macOS, Linux and Android. For Ubuntu, it so far only works on x86_64 platform meaning for AMD/Intel CPUs.

Download & Install FrostWire

1. To install the app, first download the official .deb package, through the official download link below:

2. After downloading the package, press Ctrl+Alt+T on keyboard to open up a terminal window. Then, run the command below to install it:

sudo apt install ~/Downloads/frostwire*.deb

Instead of typing ~/Downloads/frostwire*.deb, you can drag’n’drop the file into terminal instead to insert path to the package. Then, hit enter, type your password (no visual feedback, just type in mind) to start installing it.

3. Once installed, search for and launch the app either from start menu or GNOME overview depends on your desktop environment and enjoy! Though, on first launch, you need to follow the wizard to accept license and setup some basic settings.

How to Uninstall/Remove Frostwire

To remove the app, simply open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove frostwire

That’s all. Enjoy!