1LENSFUN-UPDATE-DATA(1) LENSFUN-UPDATE-DATA(1)
2
3
4
6 lensfun-update-data - update Lensfun's database
7
9 lensfun-update-data
10
12 Lensfun is a library that corrects flaws in photographic images intro‐
13 duced by the lens. It also contains a comprehensive database of cam‐
14 eras and lenses together with their characteristics to be able to apply
15 automatic corrections of images taken with these devices. Lensfun is
16 used by darktable, digiKam, rawstudio, GimpLensfun, UFRaw, and others.
17
18 lensfun-update-data is a command-line program that updates Lensfun's
19 database. It looks whether a new version is available online, and if
20 this is the case, it fetches the latest version and installs it lo‐
21 cally. If called as root, the database is installed system-wide, oth‐
22 erwise, it is installed in the user's directory.
23
25 lensfun-update-data will place the fetched database in /var/lib/lens‐
26 fun-updates/ (if called as root) or in ~/.local/share/lensfun/updates/
27 (otherwise). If necessary, it will create this directory. If there is
28 already a database, it is replaced fully. If Lensfun detects a data‐
29 base in one of these directories, it will use that instead of the de‐
30 fault location below /usr/....
31
33 lensfun-update-data prints log messages to stdout.
34
35 Exit status:
36
37 ┌──┬────────────────────────────┐
38 │0 │ if OK (updates were in‐ │
39 │ │ stalled), │
40 ├──┼────────────────────────────┤
41 │1 │ if no newer version could │
42 │ │ be found, │
43 ├──┼────────────────────────────┤
44 │3 │ if no DB location re‐ │
45 │ │ sponded validly. │
46 └──┴────────────────────────────┘
47
49 Report bugs at <http://sourceforge.net/p/lensfun/bugs/>.
50
52 Lensfun is Copyright © 2007 Andrew Zabolotny
53
54 License of the code: GNU Lesser General Public License, version 3
55
56 License of the database: Creative Commons Attribution-Share Alike 3.0
57 license
58
60 g-lensfun-update-data(1), lensfun-add-adapter(1)
61
63 This manual page was written by Torsten Bronger <bronger@physik.rwth-
64 aachen.de>
65
66
67
68
69 2015-03-11 LENSFUN-UPDATE-DATA(1)