How To Install advancecomp on Fedora 36
Introduction
In this tutorial we learn how to install advancecomp on Fedora 36.
What is advancecomp
AdvanceCOMP is a set of recompression utilities for .PNG, .MNG and .ZIP files. The main features are * Recompress ZIP, PNG and MNG files using the Deflate 7-Zip implementation. * Recompress MNG files using Delta and Move optimization. This package contains * advzip - Recompression and test utility for zip files * advpng - Recompression utility for png files * advmng - Recompression utility for mng files * advdef - Recompression utility for deflate streams in png, mng and gz files
We can use yum or dnf to install advancecomp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install advancecomp.
Install advancecomp 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 advancecomp using dnf by running the following command:
sudo dnf -y install advancecomp
Install advancecomp 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 advancecomp using yum by running the following command:
sudo yum -y install advancecomp
How To Uninstall advancecomp on Fedora 36
To uninstall only the advancecomp package we can use the following command:
sudo dnf remove advancecomp
advancecomp Package Contents on Fedora 36
/usr/bin/advdef
/usr/bin/advmng
/usr/bin/advpng
/usr/bin/advzip
/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/98fbc0f60e48f19b06ee930ec15b78217f7b68
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/6eea3359523643810b0f6227fa62a7848ed040
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/c4d96fef266b54febe9a307039e4f04ece6163
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/52b80c8c2250db0b435ca2f2dd4e61c6ddf398
/usr/share/doc/advancecomp
/usr/share/doc/advancecomp/AUTHORS
/usr/share/doc/advancecomp/HISTORY
/usr/share/doc/advancecomp/README
/usr/share/doc/advancecomp/advdef.txt
/usr/share/doc/advancecomp/advmng.txt
/usr/share/doc/advancecomp/advpng.txt
/usr/share/doc/advancecomp/advzip.txt
/usr/share/doc/advancecomp/authors.txt
/usr/share/doc/advancecomp/history.txt
/usr/share/doc/advancecomp/readme.txt
/usr/share/licenses/advancecomp
/usr/share/licenses/advancecomp/COPYING
/usr/share/man/man1/advdef.1.gz
/usr/share/man/man1/advmng.1.gz
/usr/share/man/man1/advpng.1.gz
/usr/share/man/man1/advzip.1.gz
References
Summary
In this tutorial we learn how to install advancecomp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).