How to Install and Uninstall libpng-devel.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "libpng-devel.i686" package

Please follow the step by step instructions below to install libpng-devel.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "libpng-devel.i686" package

Here is a brief guide to show you how to uninstall libpng-devel.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the libpng-devel.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:03:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libpng-devel
Epoch : 2
Version : 1.6.37
Release : 12.el9
Architecture : i686
Size : 298 k
Source : libpng-1.6.37-12.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Development tools for programs to manipulate PNG image format files
URL : http://www.libpng.org/pub/png/
License : zlib
Description : The libpng-devel package contains header files and documentation necessary
: for developing programs using the PNG (Portable Network Graphics) library.
:
: If you want to develop programs which will manipulate PNG image format
: files, you should install libpng-devel. You'll also need to install
: the libpng package.