How to Install and Uninstall pnglite.i686 Package on Fedora 34

Last updated: June 26,2024

1. Install "pnglite.i686" package

In this section, we are going to explain the necessary steps to install pnglite.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install pnglite.i686

2. Uninstall "pnglite.i686" package

Please follow the guidelines below to uninstall pnglite.i686 on Fedora 34:

$ sudo dnf remove pnglite.i686 $ sudo dnf autoremove

3. Information about the pnglite.i686 package on Fedora 34

Last metadata expiration check: 1:59:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : pnglite
Version : 0.1.17
Release : 1.fc34.22
Architecture : i686
Size : 16 k
Source : pnglite-0.1.17-1.fc34.22.src.rpm
Repository : fedora
Summary : A lightweight C library for loading PNG images
URL : http://www.danielkarling.se/stuff/pnglite/
License : zlib
Description : pnglite is a C library for loading PNG images. It was created as a
: substitute for libpng in situations when libpng is more than enough. It
: currently requires zlib for inflate and crc checking and it can read the
: most common types of PNG images. The library has a small and simple to use
: interface.