How to Install and Uninstall libpng-devel.i686 Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "libpng-devel.i686" package

Please follow the guidelines below to install libpng-devel.i686 on CentOS Stream 9

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

2. Uninstall "libpng-devel.i686" package

This is a short guide on how to uninstall libpng-devel.i686 on CentOS Stream 9:

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

3. Information about the libpng-devel.i686 package on CentOS Stream 9

Last metadata expiration check: 1:13:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libpng-devel
Epoch : 2
Version : 1.6.37
Release : 12.el9
Architecture : i686
Size : 294 k
Source : libpng-1.6.37-12.el9.src.rpm
Repository : appstream
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.