How to Install and Uninstall libpng.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "libpng.x86_64" package

This guide covers the steps necessary to install libpng.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libpng.x86_64

2. Uninstall "libpng.x86_64" package

Learn how to uninstall libpng.x86_64 on CentOS Stream 8:

$ sudo dnf remove libpng.x86_64 $ sudo dnf autoremove

3. Information about the libpng.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:23:12 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : libpng
Epoch : 2
Version : 1.6.34
Release : 5.el8
Architecture : x86_64
Size : 230 k
Source : libpng-1.6.34-5.el8.src.rpm
Repository : @System
From repo : baseos
Summary : A library of functions for manipulating PNG image format files
URL : http://www.libpng.org/pub/png/
License : zlib
Description : The libpng package contains a library of functions for creating and
: manipulating PNG (Portable Network Graphics) image format files. PNG
: is a bit-mapped graphics format similar to the GIF format. PNG was
: created to replace the GIF format, since GIF uses a patented data
: compression algorithm.
:
: Libpng should be installed if you need to manipulate PNG format image
: files.