How To Install advancecomp on Fedora 34
Introduction
In this tutorial we learn how to install advancecomp
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install advancecomp.
Install advancecomp on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install advancecomp
using dnf
by running the following command:
sudo dnf -y install advancecomp
Install advancecomp on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the advancecomp
package we can use the following command:
sudo dnf remove advancecomp
advancecomp Package Contents on Fedora 34
/usr/bin/advdef
/usr/bin/advmng
/usr/bin/advpng
/usr/bin/advzip
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/84d1b9779ce0cade43af92c51d3b786b302954
/usr/lib/.build-id/37
/usr/lib/.build-id/37/1531fe639b7606c0e9ab90928b5a873b673f6c
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/76f8f6705aeaae0c9f6c323d12cefe3614d6fd
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/990b6f425f5de52f613ec7d36a5fc2b89326cc
/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 34 using yum and dnf.