How To Install libyami on Fedora 34
Introduction
In this tutorial we learn how to install libyami
on Fedora 34.
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. libyami 1.3.2 3.20200125gitedd1ad1.fc34 x86_64 334 k libyami-1.3.2-3.20200125gitedd1ad1.fc34.src.rpm fedora Yet Another Media Infrastructure https ASL 2.0 and BSD 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libyami.
Install libyami on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libyami
using dnf
by running the following command:
sudo dnf -y install libyami
Install libyami on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libyami
package we can use the following command:
sudo dnf remove libyami
libyami Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/e1652cabd7f21b1454f9d9f62d57de3dfd49d4
/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
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/e5278ef4b4065007e5446c68af6ce9ef6b5baf
/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
- [libyami website](https://github.com/intel/libyami https://github.com/intel/libyami)
Summary
In this tutorial we learn how to install libyami
on Fedora 34 using yum and dnf.