How to Install and Uninstall libpng.x86_64 Package on Fedora 36

Last updated: November 25,2024

1. Install "libpng.x86_64" package

This is a short guide on how to install libpng.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libpng.x86_64

2. Uninstall "libpng.x86_64" package

Please follow the steps below to uninstall libpng.x86_64 on Fedora 36:

$ sudo dnf remove libpng.x86_64 $ sudo dnf autoremove

3. Information about the libpng.x86_64 package on Fedora 36

Last metadata expiration check: 5:01:00 ago on Thu Sep 8 02:05:26 2022.
Installed Packages
Name : libpng
Epoch : 2
Version : 1.6.37
Release : 12.fc36
Architecture : x86_64
Size : 239 k
Source : libpng-1.6.37-12.fc36.src.rpm
Repository : @System
From repo : fedora
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.