How To Install libyami on Fedora 36

In this tutorial we learn how to install libyami in Fedora 36. libyami is Yet Another Media Infrastructure

Introduction

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

What is libyami

It is YUMMY to your video experience on Linux like platform. Yami is a core building block for media solutions. It parses video streams and decodes them leveraging hardware acceleration.

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

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

sudo dnf -y install libyami

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

sudo yum -y install libyami

How To Uninstall libyami on Fedora 36

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

sudo dnf remove libyami

libyami Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/5bbcffd23d5aac715c5d6b7008bd47d4699d55
/usr/lib/libyami.so.1
/usr/lib/libyami.so.1.3.2
/usr/share/doc/libyami
/usr/share/doc/libyami/NEWS
/usr/share/doc/libyami/README.md
/usr/share/licenses/libyami
/usr/share/licenses/libyami/LICENSE.md
/usr/share/licenses/libyami/dboolhuff.LICENSE
/usr/share/licenses/libyami/vp9quant.LICENSE

References

Summary

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


title: “How To Install libyami on Fedora 36” linkTitle: “libyami” type: “docs” description: “In this tutorial we learn how to install libyami in Fedora 36. libyami is Yet Another Media Infrastructure” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libyami-featured.png

Introduction

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

What is libyami

It is YUMMY to your video experience on Linux like platform. Yami is a core building block for media solutions. It parses video streams and decodes them leveraging hardware acceleration.

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

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

sudo dnf -y install libyami

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

sudo yum -y install libyami

How To Uninstall libyami on Fedora 36

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

sudo dnf remove libyami

libyami Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/ebf4d7ea891b5cc6f380b1d1c8ba0c538d2261
/usr/lib64/libyami.so.1
/usr/lib64/libyami.so.1.3.2
/usr/share/doc/libyami
/usr/share/doc/libyami/NEWS
/usr/share/doc/libyami/README.md
/usr/share/licenses/libyami
/usr/share/licenses/libyami/LICENSE.md
/usr/share/licenses/libyami/dboolhuff.LICENSE
/usr/share/licenses/libyami/vp9quant.LICENSE

References

Summary

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