How to Install and Uninstall pngquant.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "pngquant.x86_64" package

This tutorial shows how to install pngquant.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install pngquant.x86_64

2. Uninstall "pngquant.x86_64" package

This tutorial shows how to uninstall pngquant.x86_64 on Fedora 38:

$ sudo dnf remove pngquant.x86_64 $ sudo dnf autoremove

3. Information about the pngquant.x86_64 package on Fedora 38

Last metadata expiration check: 2:22:55 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : pngquant
Version : 2.18.0
Release : 1.fc38
Architecture : x86_64
Size : 45 k
Source : pngquant-2.18.0-1.fc38.src.rpm
Repository : fedora
Summary : PNG quantization tool for reducing image file size
URL : http://pngquant.org
License : GPL-3.0-or-later
Description : pngquant converts 24/32-bit RGBA PNG images to 8-bit palette with alpha channel
: preserved. Such images are compatible with all modern web browsers and a
: compatibility setting is available to help transparency degrade well in
: Internet Explorer 6. Quantized files are often 40-70 percent smaller than
: their 24/32-bit version. pngquant uses the median cut algorithm.