How To Install deco on Fedora 36

In this tutorial we learn how to install deco in Fedora 36. deco is Extractor for various archive file formats

Introduction

In this tutorial we learn how to install deco on Fedora 36.

What is deco

deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats with features like consistent behavior, consistent interface and much more.

We can use yum or dnf to install deco on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install deco.

Install deco 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 deco using dnf by running the following command:

sudo dnf -y install deco

Install deco 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 deco using yum by running the following command:

sudo yum -y install deco

How To Uninstall deco on Fedora 36

To uninstall only the deco package we can use the following command:

sudo dnf remove deco

deco Package Contents on Fedora 36

/usr/bin/deco
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/0a138a28093e54d9cdb11eb4c0caefe13bca09
/usr/share/doc/deco
/usr/share/doc/deco/LICENSE
/usr/share/doc/deco/NEWS
/usr/share/doc/deco/README.md
/var/lib/deco

References

Summary

In this tutorial we learn how to install deco on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).