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

Last updated: January 19,2025

1. Install "pnglite.i686" package

This tutorial shows how to install pnglite.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install pnglite.i686

2. Uninstall "pnglite.i686" package

Please follow the step by step instructions below to uninstall pnglite.i686 on Fedora 39:

$ sudo dnf remove pnglite.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:43:13 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : pnglite
Version : 0.1.17
Release : 1.fc39.27
Architecture : i686
Size : 16 k
Source : pnglite-0.1.17-1.fc39.27.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.