Categories: Ubuntu

How to Install Darktable on Ubuntu 22.04

“Photographers know the worth of Darktable. It is an open-source and free photography application that acts as a virtual lighttable for photographers while offering a darkroom to manage the negatives in a database. With Darktable, photographers can develop raw images and enhance them using its zoomable lighttable before exporting them to local or remote storage.

Ideally, Darktable is a tool for photographers to edit and manage raw files. With the release of Darktable 4.0.0, knowing how to install this new version on your Ubuntu 22.04 is an added advantage. This guide covers all details about installing Darktable on Ubuntu 22.04.”

Darktable
Sponsored
4.0.0 New Features

The recently released Darktable has new features that everyone is looking to try. You can check its official site for more details about the new features. Nonetheless, below are the feature you will enjoy using the new version.

  1. Filmic v6 – Darktable has offered a new color science by enhancing the saturated colors to create a color balance for RGB to the output.
  2. Exposure and Color mapping – the feature lets photographers define a target color and save it to match source objects against arbitrary target colors. The feature helps achieve uniform color rendition.
  3. Uniform Color Space – the feature enhances the color balance in RGB by achieving better saturation control.

The above are a few new features that come with Darktable 4.0.0. Check out the release details on its website to learn about more features.

Installing Darktable on Ubuntu 22.04

To get started with Darktable, you must first learn how to install it. You have two installation options. You can directly install Darktable from the snap store or add its PPA and then install it using the apt command. Let’s take a look at both options.

Option 1: Installing Darktable Directly

Snap store allows installing various applications, even those not supported by the package manager. In this case, Darktable has no PPA, meaning you can’t install it using the apt command. Instead, you can use the snap command to install from the snap store.

Install Darktable from the snap store, as shown in the below command.

$ sudo snap install darktable

Verify that Darktable is installed by checking its version. It should return an output similar to the one below.

If you ever need to uninstall Darktable, use the below command.

$ sudo snap remove darktable

Option 2: Adding Darktable PPA

Start by running the below command to add the Darktable PPA.

$ sudo add-apt-repository ppa:ubuntuhandbook1/darktable

Sponsored

Once added, update the apt database to account for the newly added PPA.

$ sudo apt-get update

Use the apt command to install Darktable on your system.

$ sudo apt-get install darktable

Darktable is now available in your applications; you can search for it to open it. If the installation was successful, you should have the Darktable application open to start using it.

When you need to uninstall Darktable in the future, remove the PPA, then uninstall the package using the commands below.

$ sudo add-apt-repository –remove ppa:ubuntuhandbook1/darktable
$ sudo apt-get autoremove -y darktable

That’s it. You now have the steps for installing and uninstalling Darktable on Ubuntu 22.04. Implement the steps on your end to install the application and start using it for your photography needs.

Conclusion

Darktable is a helpful photography tool. We’ve seen the two options for installing it on Ubuntu using the snap store or by adding its PPA. Use the method that works best for you, and either way, you will manage to install Darkatable on Ubuntu 22.04.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago