Hello Linux Geeksters. As you may know, Berry is an open-source, image viewer written in Qt, developed by Aseman Labs, the developers of CuteGram and Papyrus. Among others, it includes a multi-select image browser, rotate, zoom and pan image features, a feature for adjusting the contrast, gamma or brightness of an image, support for touch screens, fullscreen mode and support for caching and buffering images to improve performance., among others.
The latest version available is Berry 1.0, which has been recently released.
In this article I will show you how to install Berry 1.0 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.
Because it is available via PPA, installing Berry 1.0 on Ubuntu 14.10, Ubuntu 14.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the berry package. Like this:
$ sudo add-apt-repository ppa:aseman/desktop-apps
$ sudo apt-get update
$ sudo apt-get install berry
Optional, to remove berry, do:
$ sudo apt-get remove berry