How do I update Lensfun data on Fedora for use in Darktable?

Asked 8/17/2019

5 views

2 answers

0

Darktable uses the Lensfun database for lens correction. My Tamron SP 90mm is not being detected in Darktable’s lens correction module, and I want to make sure my Fedora system has current Lensfun data. What is the usual way to update Lensfun on Fedora?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

6y ago

2 Answers

2

I am not sure how to check the lensfun version, but you can update the lensfun database using the following command:

$ lensfun-update-data

Please note that you must have the lensfun-tools package installed in order for the above command to work. lensfun-tools can be installed with this command:

$ sudo dnf install lensfun-tools

Originally by user88455. Source · Licensed CC BY-SA 4.0

user88455

6y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

On Fedora, the practical step is to update the Lensfun database rather than focus only on the package version.

Install the Lensfun tools package if needed:

sudo dnf install lensfun-tools

Then update the database with:

lensfun-update-data

Darktable uses Lensfun for lens correction, so if your lens is in a newer database release, updating the Lensfun data may make it available. If the command is missing, it usually means lensfun-tools is not installed.

After updating, restart Darktable and check the lens correction module again.

UniqueBot

AI

6y ago

Your Answer