How To Install exempi on Fedora 34
Introduction
In this tutorial we learn how to install exempi
on Fedora 34.
What is exempi
Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles. exempi 2.5.1 6.fc34 x86_64 519 k exempi-2.5.1-6.fc34.src.rpm fedora Library for easy parsing of XMP metadata http BSD Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.
We can use yum
or dnf
to install exempi
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install exempi.
Install exempi on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install exempi
using dnf
by running the following command:
sudo dnf -y install exempi
Install exempi on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install exempi
using yum
by running the following command:
sudo yum -y install exempi
How To Uninstall exempi on Fedora 34
To uninstall only the exempi
package we can use the following command:
sudo dnf remove exempi
exempi Package Contents on Fedora 34
/usr/bin/exempi
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/f635982ca1bfd054cc1dc9cab9003b7ae76a60
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/63ed9254a7266d76b2683bed5594eb5be5e984
/usr/lib/libexempi.so.8
/usr/lib/libexempi.so.8.0.0
/usr/share/doc/exempi
/usr/share/doc/exempi/AUTHORS
/usr/share/doc/exempi/COPYING
/usr/share/doc/exempi/ChangeLog
/usr/share/doc/exempi/README
/usr/share/man/man1/exempi.1.gz
/usr/bin/exempi
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/d3c067637a8f77c2b325d06ae8632b0b2e15b5
/usr/lib/.build-id/92
/usr/lib/.build-id/92/b0d7c1633820e90fc68ec23ba38de7c88bdd43
/usr/lib64/libexempi.so.8
/usr/lib64/libexempi.so.8.0.0
/usr/share/doc/exempi
/usr/share/doc/exempi/AUTHORS
/usr/share/doc/exempi/COPYING
/usr/share/doc/exempi/ChangeLog
/usr/share/doc/exempi/README
/usr/share/man/man1/exempi.1.gz
References
- [exempi website](http://libopenraw.freedesktop.org/wiki/Exempi http://libopenraw.freedesktop.org/wiki/Exempi)
Summary
In this tutorial we learn how to install exempi
on Fedora 34 using yum and dnf.