Hello Linux Geeksters. In this article I will show you how to install Darktable 1.2.2 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia and Linux Mint 13 Maya.
Darktable Description, from the official site:
Darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.
It is released under the GNU General Public Licence and works for Linux, OS X and Solaris.
To install Darktable 1.2.2 Stable on Ubuntu and Linux Mint, do:
$ sudo add-apt-repository ppa:pmjdebruijn/darktable-release
$ sudo apt-get update
$ sudo apt-get install darktable
If you are a fan of bleeding edge technology, you can add the unstable PPA. Do not do this on production machines because it may break you system:
$ sudo add-apt-repository ppa:pmjdebruijn/darktable-unstable
$ sudo apt-get update
$ sudo apt-get install darktable
Leave a Reply