On Sat, 5 Sep 2020 at 05:34, Michael <[email protected]> wrote: > > could someone direct me in installing lensfun onto linux?
Since you said you use Mint, go to Mint's package manager (could depend on the desktop environment) and search there. https://packages.linuxmint.com/ does not find anything lensfun-related, I'd guess they don't list packages inherited from Ubuntu (on which Mint is based). Ubuntu package search: https://packages.ubuntu.com/search?keywords=lensfun&searchon=names&suite=focal§ion=all On your machine, at the command prompt, you could try: apt search lensfun On my machine, that lists: $ apt search lensfun Sorting... Done Full Text Search... Done gimp-lensfun/focal 0.2.4-1.1 amd64 Gimp plugin to correct lens distortion using the lensfun library libavfilter-extra7/focal-updates,focal-security 7:4.2.4-1ubuntu0.1 amd64 FFmpeg library with extra media filters - runtime files liblensfun-bin/focal 0.3.2-5build1 amd64 Lens Correction library - Utilities liblensfun-data-v1/focal,focal,now 0.3.2-5build1 all [installed,automatic] Lens Correction library - Data liblensfun-dev/focal,now 0.3.2-5build1 amd64 [installed] Lens Correction library - Development files liblensfun-doc/focal,focal 0.3.2-5build1 all Lens Correction library - Documentation liblensfun1/focal,now 0.3.2-5build1 amd64 [installed,automatic] Lens Correction library - Runtime files python3-lensfun/focal 0.3.2-5build1 amd64 Lens Correction library - Python3 module As you can see, I already have some lensfun packages installed (and if you have a .deb package of darktable installed, you'll also have lensfun, since the package manager software installs the required packages (dependencies) automatically). To install packages manually (here, for this example, let's pretend I wanted to install liblensfun-doc): sudo apt install liblensfun-doc If you already have the packages installed, you can update the lensfun database, see http://lensfun.sourceforge.net/manual/v0.3.2/lensfun-update-data.html And if you really want a new version of the library (but this may break package dependencies): https://launchpad.net/ubuntu/+source/lensfun (choose the Ubuntu version on which your Mint is based) Kofa ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
