How to Install and Uninstall libtiff.x86_64 Package on Rocky Linux 9

Last updated: June 18,2024

1. Install "libtiff.x86_64" package

Please follow the instructions below to install libtiff.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libtiff.x86_64

2. Uninstall "libtiff.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libtiff.x86_64 on Rocky Linux 9:

$ sudo dnf remove libtiff.x86_64 $ sudo dnf autoremove

3. Information about the libtiff.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:15:26 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : libtiff
Version : 4.4.0
Release : 10.el9
Architecture : x86_64
Size : 569 k
Source : libtiff-4.4.0-10.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Library of functions for manipulating TIFF format image files
URL : http://www.simplesystems.org/libtiff/
License : libtiff
Description : The libtiff package contains a library of functions for manipulating
: TIFF (Tagged Image File Format) image format files. TIFF is a widely
: used file format for bitmapped images. TIFF files usually end in the
: .tif extension and they are often quite large.
:
: The libtiff package should be installed if you need to manipulate TIFF
: format image files.