How To Install exempi on Fedora 36
Introduction
In this tutorial we learn how to install exempi
on Fedora 36.
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.
We can use yum
or dnf
to install exempi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install exempi.
Install exempi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install exempi
using dnf
by running the following command:
sudo dnf -y install exempi
Install exempi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the exempi
package we can use the following command:
sudo dnf remove exempi
exempi Package Contents on Fedora 36
---
title: "How To Install exempi on Fedora 36"
linkTitle: "exempi"
type: "docs"
description: "In this tutorial we learn how to install exempi in Fedora 36. exempi is Library for easy parsing of XMP metadata"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/exempi-featured.png
---
## Introduction
In this tutorial we learn how to install `exempi` on Fedora 36.
### 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.
We can use `yum` or `dnf` to install `exempi` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install exempi.
## Install exempi on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install exempi
using dnf
by running the following command:
sudo dnf -y install exempi
Install exempi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the exempi
package we can use the following command:
sudo dnf remove exempi
exempi Package Contents on Fedora 36
/usr/bin/exempi
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/a34f36bd8eac2a5ad06e04adcbf3016a8c9199
/usr/lib/.build-id/73
/usr/lib/.build-id/73/a4d11e95318ac31b2a17efc293ddb67a51fa4a
/usr/lib64/libexempi.so.8
/usr/lib64/libexempi.so.8.1.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
Summary
In this tutorial we learn how to install exempi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/exempi /usr/lib/.build-id /usr/lib/.build-id/01 /usr/lib/.build-id/01/3160d50eb7115a2ee04eb32c0be6bb1951ac73 /usr/lib/.build-id/97 /usr/lib/.build-id/97/94fc09db306400714734aa0ca75acf8fc90420 /usr/lib/libexempi.so.8 /usr/lib/libexempi.so.8.1.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)
## Summary
In this tutorial we learn how to install `exempi` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).