How To Install tinycompress-utils on Fedora 36

In this tutorial we learn how to install tinycompress-utils in Fedora 36. tinycompress-utils is Utilities for tinycompress

Introduction

In this tutorial we learn how to install tinycompress-utils on Fedora 36.

What is tinycompress-utils

Utilies for testing of compressed audio with tinycompress.

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

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

sudo dnf -y install tinycompress-utils

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

sudo yum -y install tinycompress-utils

How To Uninstall tinycompress-utils on Fedora 36

To uninstall only the tinycompress-utils package we can use the following command:

sudo dnf remove tinycompress-utils

tinycompress-utils Package Contents on Fedora 36

/usr/bin/cplay
/usr/bin/crecord
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/910d726f470d423fe9818dd886f67f5ba6bca2
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/7c881f1a39a5d85b54a13d7e684cd0da14d5c2

References

Summary

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