How To Install libexif-devel on Fedora 36
Introduction
In this tutorial we learn how to install libexif-devel
on Fedora 36.
What is libexif-devel
The libexif-devel package contains the libraries and header files for writing programs that use libexif.
We can use yum
or dnf
to install libexif-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libexif-devel.
Install libexif-devel 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 libexif-devel
using dnf
by running the following command:
sudo dnf -y install libexif-devel
Install libexif-devel 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 libexif-devel
using yum
by running the following command:
sudo yum -y install libexif-devel
How To Uninstall libexif-devel on Fedora 36
To uninstall only the libexif-devel
package we can use the following command:
sudo dnf remove libexif-devel
libexif-devel Package Contents on Fedora 36
---
title: "How To Install libexif-devel on Fedora 36"
linkTitle: "libexif-devel"
type: "docs"
description: "In this tutorial we learn how to install libexif-devel in Fedora 36. libexif-devel is Files needed for libexif application development"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libexif-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libexif-devel` on Fedora 36.
### What is `libexif-devel`
> The libexif-devel package contains the libraries and header files for writing programs that use libexif.
We can use `yum` or `dnf` to install `libexif-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libexif-devel.
## Install libexif-devel 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 libexif-devel
using dnf
by running the following command:
sudo dnf -y install libexif-devel
Install libexif-devel 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 libexif-devel
using yum
by running the following command:
sudo yum -y install libexif-devel
How To Uninstall libexif-devel on Fedora 36
To uninstall only the libexif-devel
package we can use the following command:
sudo dnf remove libexif-devel
libexif-devel Package Contents on Fedora 36
/usr/include/libexif
/usr/include/libexif/_stdint.h
/usr/include/libexif/exif-byte-order.h
/usr/include/libexif/exif-content.h
/usr/include/libexif/exif-data-type.h
/usr/include/libexif/exif-data.h
/usr/include/libexif/exif-entry.h
/usr/include/libexif/exif-format.h
/usr/include/libexif/exif-ifd.h
/usr/include/libexif/exif-loader.h
/usr/include/libexif/exif-log.h
/usr/include/libexif/exif-mem.h
/usr/include/libexif/exif-mnote-data.h
/usr/include/libexif/exif-tag.h
/usr/include/libexif/exif-utils.h
/usr/lib64/libexif.so
/usr/lib64/pkgconfig/libexif.pc
References
Summary
In this tutorial we learn how to install libexif-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/libexif /usr/include/libexif/_stdint.h /usr/include/libexif/exif-byte-order.h /usr/include/libexif/exif-content.h /usr/include/libexif/exif-data-type.h /usr/include/libexif/exif-data.h /usr/include/libexif/exif-entry.h /usr/include/libexif/exif-format.h /usr/include/libexif/exif-ifd.h /usr/include/libexif/exif-loader.h /usr/include/libexif/exif-log.h /usr/include/libexif/exif-mem.h /usr/include/libexif/exif-mnote-data.h /usr/include/libexif/exif-tag.h /usr/include/libexif/exif-utils.h /usr/lib/libexif.so /usr/lib/pkgconfig/libexif.pc
## References
* [libexif-devel website](https://libexif.github.io/)
## Summary
In this tutorial we learn how to install `libexif-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).