How To Install oxipng on Fedora 36
In this tutorial we learn how to install oxipng in Fedora 36. oxipng is Lossless PNG compression optimizer
Introduction
In this tutorial we learn how to install oxipng
on Fedora 36.
What is oxipng
Lossless PNG compression optimizer.
We can use yum
or dnf
to install oxipng
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install oxipng.
Install oxipng 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 oxipng
using dnf
by running the following command:
sudo dnf -y install oxipng
Install oxipng 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 oxipng
using yum
by running the following command:
sudo yum -y install oxipng
How To Uninstall oxipng on Fedora 36
To uninstall only the oxipng
package we can use the following command:
sudo dnf remove oxipng
oxipng Package Contents on Fedora 36
/usr/bin/oxipng
/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/ef054938875dd8574f5e49c05be281a92b401b
/usr/share/doc/oxipng
/usr/share/doc/oxipng/CHANGELOG.md
/usr/share/doc/oxipng/README.md
/usr/share/doc/oxipng/README.template.md
/usr/share/licenses/oxipng
/usr/share/licenses/oxipng/LICENSE
References
Summary
In this tutorial we learn how to install oxipng
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).