How To Install multicat on Fedora 36

In this tutorial we learn how to install multicat in Fedora 36. multicat is Simple and efficient multicast and transport stream manipulation

Introduction

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

What is multicat

Simple and efficient multicast and transport stream manipulation.

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

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

sudo dnf -y install multicat

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

sudo yum -y install multicat

How To Uninstall multicat on Fedora 36

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

sudo dnf remove multicat

multicat Package Contents on Fedora 36

/usr/bin/aggregartp
/usr/bin/ingests
/usr/bin/lasts
/usr/bin/multicat
/usr/bin/multicat_validate
/usr/bin/multilive
/usr/bin/offsets
/usr/bin/reordertp
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/e68382f40787d2edb8e228c4abb63cde0b47bf
/usr/lib/.build-id/59
/usr/lib/.build-id/59/f62ea4dac5a5a53a8ee002fbbeb08e161637a0
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/83ac4b4538da28f83153bb1b6657da57ba84bb
/usr/lib/.build-id/91
/usr/lib/.build-id/91/df0ef28f5bde803c2d9f443ab80dbbce44d0d0
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/401eb4fe5f212c21e6d3cff32a4326b4ecc283
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/474ace2473cd6ab9b98d95e771928eb71349fb
/usr/lib/.build-id/df
/usr/lib/.build-id/df/a1a0a864af4c5556833c19a79cd56e4e3f552c
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/a16d72b2d2c0ff8c1088f438720eb401bb74cb
/usr/share/doc/multicat
/usr/share/doc/multicat/AUTHORS
/usr/share/doc/multicat/Changelog
/usr/share/doc/multicat/README
/usr/share/licenses/multicat
/usr/share/licenses/multicat/COPYING
/usr/share/man/man1/aggregartp.1.gz
/usr/share/man/man1/ingests.1.gz
/usr/share/man/man1/lasts.1.gz
/usr/share/man/man1/multicat.1.gz
/usr/share/man/man1/offsets.1.gz
/usr/share/man/man1/reordertp.1.gz

References

Summary

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