How to Install and Uninstall libtiff-devel.i686 Package on Oracle Linux 9

Last updated: June 02,2024

1. Install "libtiff-devel.i686" package

This guide covers the steps necessary to install libtiff-devel.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libtiff-devel.i686

2. Uninstall "libtiff-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall libtiff-devel.i686 on Oracle Linux 9:

$ sudo dnf remove libtiff-devel.i686 $ sudo dnf autoremove

3. Information about the libtiff-devel.i686 package on Oracle Linux 9

Last metadata expiration check: 0:59:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libtiff-devel
Version : 4.4.0
Release : 10.el9
Architecture : i686
Size : 718 k
Source : libtiff-4.4.0-10.el9.src.rpm
Repository : ol9_appstream
Summary : Development tools for programs which will use the libtiff library
URL : http://www.simplesystems.org/libtiff/
License : libtiff
Description : This package contains the header files and documentation necessary for
: developing programs which will manipulate TIFF format image files
: using the libtiff library.
:
: If you need to develop programs which will manipulate TIFF format
: image files, you should install this package. You'll also need to
: install the libtiff package.