How to Install and Uninstall libexif.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "libexif.src" package

This is a short guide on how to install libexif.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libexif.src

2. Uninstall "libexif.src" package

Please follow the guidance below to uninstall libexif.src on Oracle Linux 9:

$ sudo dnf remove libexif.src $ sudo dnf autoremove

3. Information about the libexif.src package on Oracle Linux 9

Last metadata expiration check: 1:51:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libexif
Version : 0.6.22
Release : 6.el9
Architecture : src
Size : 1.1 M
Source : None
Repository : ol9_appstream
Summary : Library for extracting extra information from image files
URL : https://libexif.github.io/
License : LGPLv2+
Description : Most digital cameras produce EXIF files, which are JPEG files with
: extra tags that contain information about the image. The EXIF library
: allows you to parse an EXIF file and read the data from those tags.