How To Install libdvbpsi on Fedora 36

In this tutorial we learn how to install libdvbpsi in Fedora 36. libdvbpsi is Library for MPEG TS and DVB PSI tables decoding and generation

Introduction

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

What is libdvbpsi

libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.

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

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

sudo dnf -y install libdvbpsi

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

sudo yum -y install libdvbpsi

How To Uninstall libdvbpsi on Fedora 36

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

sudo dnf remove libdvbpsi

libdvbpsi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/d531d9e93bd85a597a314d7c7a327b8d0475e7
/usr/lib/libdvbpsi.so.10
/usr/lib/libdvbpsi.so.10.0.0
/usr/share/doc/libdvbpsi
/usr/share/doc/libdvbpsi/AUTHORS
/usr/share/doc/libdvbpsi/ChangeLog
/usr/share/doc/libdvbpsi/README
/usr/share/licenses/libdvbpsi
/usr/share/licenses/libdvbpsi/COPYING

References

Summary

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


title: “How To Install libdvbpsi on Fedora 36” linkTitle: “libdvbpsi” type: “docs” description: “In this tutorial we learn how to install libdvbpsi in Fedora 36. libdvbpsi is Library for MPEG TS and DVB PSI tables decoding and generation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdvbpsi-featured.png

Introduction

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

What is libdvbpsi

libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.

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

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

sudo dnf -y install libdvbpsi

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

sudo yum -y install libdvbpsi

How To Uninstall libdvbpsi on Fedora 36

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

sudo dnf remove libdvbpsi

libdvbpsi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/00c8d5256da23862c5f83c7b82c7f9cf8c2f0a
/usr/lib64/libdvbpsi.so.10
/usr/lib64/libdvbpsi.so.10.0.0
/usr/share/doc/libdvbpsi
/usr/share/doc/libdvbpsi/AUTHORS
/usr/share/doc/libdvbpsi/ChangeLog
/usr/share/doc/libdvbpsi/README
/usr/share/licenses/libdvbpsi
/usr/share/licenses/libdvbpsi/COPYING

References

Summary

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