How To Install libimagequant on Fedora 36
Introduction
In this tutorial we learn how to install libimagequant on Fedora 36.
What is libimagequant
Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.
We can use yum or dnf to install libimagequant on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libimagequant.
Install libimagequant on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libimagequant using dnf by running the following command:
sudo dnf -y install libimagequant
Install libimagequant on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libimagequant using yum by running the following command:
sudo yum -y install libimagequant
How To Uninstall libimagequant on Fedora 36
To uninstall only the libimagequant package we can use the following command:
sudo dnf remove libimagequant
libimagequant Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/3388d4226d6ba4edd0894ab02d5a49fb292f88
/usr/lib64/libimagequant.so.0
/usr/share/doc/libimagequant
/usr/share/doc/libimagequant/CHANGELOG
/usr/share/doc/libimagequant/README.md
/usr/share/licenses/libimagequant
/usr/share/licenses/libimagequant/COPYRIGHT
References
Summary
In this tutorial we learn how to install libimagequant on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libimagequant on Fedora 36” linkTitle: “libimagequant” type: “docs” description: “In this tutorial we learn how to install libimagequant in Fedora 36. libimagequant is Palette quantization library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libimagequant-featured.png
Introduction
In this tutorial we learn how to install libimagequant on Fedora 36.
What is libimagequant
Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.
We can use yum or dnf to install libimagequant on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libimagequant.
Install libimagequant on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libimagequant using dnf by running the following command:
sudo dnf -y install libimagequant
Install libimagequant on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libimagequant using yum by running the following command:
sudo yum -y install libimagequant
How To Uninstall libimagequant on Fedora 36
To uninstall only the libimagequant package we can use the following command:
sudo dnf remove libimagequant
libimagequant Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/42194b5d2e730a27f5c6277909c3cbadfd2f63
/usr/lib/libimagequant.so.0
/usr/share/doc/libimagequant
/usr/share/doc/libimagequant/CHANGELOG
/usr/share/doc/libimagequant/README.md
/usr/share/licenses/libimagequant
/usr/share/licenses/libimagequant/COPYRIGHT
References
Summary
In this tutorial we learn how to install libimagequant on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).