Darktable photography workflow application and RAW developer released new stable 4.6.1 yesterday!
The release finished the documentation for the new 4.6 release series, include translations to Ukrainian, Polish and Dutch.
And, it now performs image discovery asynchronously in the import dialog. Meaning that long parsing due to huge number of sub-directories and
files can be easily interrupted by selecting another place or un-checking recursive mode.
The release now drops support for macOS versions older than 12.5. Other changes are mostly bug-fixes. They include:
For more, see the github releases page for details.
Darktable 4.6.0
The Github releases page (see the last link) provides the installer packages for macOS and Windows under “Assets” section.
For Debian, Fedora, openSUSE, and Ubuntu users, there’s also official packages available to download from the OBS page.
For choices, there are also third-party packages, including Snap package can be installed from Ubuntu Software (App Center), and Flatpak package runs in sandbox.
If you prefer the classic .deb package format, then there’s an unofficial Ubuntu PPA for choice. It so far supports Ubuntu 22.04 (both amd64 & arm64), Ubuntu 23.10 and Ubuntu 24.04 (amd64).
1. First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add PPA:
sudo add-apt-repository ppa:ubuntuhandbook1/darktable
2. Linux Mint needs to update system package cache manually after adding PPA:
sudo apt update
3. Finally, install Darktable 4.6.1 via command:
sudo apt install darktable
Or use “Software Updater” to upgrade the photography software if an old version installed on your system.
Depends on which package your installed, remove Darktable via one of the commands below:
flatpak uninstall --delete-data org.darktable.Darktable
Then run flatpak uninstall --unused
to remove unused runtime libraries.
sudo apt remove --autoremove darktable
And remove the Ubuntu PPA repository if you want via command:
sudo add-apt-repository --remove ppa:ubuntuhandbook1/darktable
The post Darktable 4.6.1 Released, New Documentation & Various Fixes appeared first on Osgrove.
In this article, we will see how to install nvidia-smi on Ubuntu or Debian Linux.…
In this article, we will see how to install clang tool on Ubuntu or Debian…
When working with Docker containers on Raspberry Pi devices, you might encounter frustrating signature verification…
You’ve recently upgraded to Ubuntu 18.04 and found that your OpenVPN connection no longer resolves…
Have you ever tried to open System Monitor on your Ubuntu 18.04 system only to…
System hardening means locking down a system and reducing its attack surface: removing unnecessary software…