Estimated reading time: < 1 min
You can install darktable in a number of ways. The simplest process is to use the Ubuntu Software Center.
Open Ubuntu Software Center and do a search on darktable:
Click on darktable and follow the prompts to install the darktable.
To install darktable via terminal. Open terminal via menu or via keys CLT+ALT+T.
sudo apt install darktable
If you need the latest version of darktable you can use the following commands in Terminal to install darktable:
echo 'deb http://download.opensuse.org/repositories/graphics:/darktable/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/graphics:darktable.list
curl -fsSL https://download.opensuse.org/repositories/graphics:darktable/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/graphics_darktable.gpg > /dev/null
sudo apt update
sudo apt install darktable
Views: 231