How To Install libyami on Rocky Linux 8
Introduction
In this tutorial we learn how to install libyami
on Rocky Linux 8.
What is libyami
Yet Another Media Infrastructure. It is YUMMY to your video experience on Linux like platform. Yami is core building block for media solution. it parses video stream and decodes them leverage hardware acceleration.
We can use yum
or dnf
to install libyami
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libyami.
Install libyami on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the libyami
package we can use the following command:
sudo dnf remove libyami
libyami Package Contents on Rocky Linux 8
/usr/include/libyami
/usr/include/libyami/VideoCommonDefs.h
/usr/include/libyami/VideoDecoderCapi.h
/usr/include/libyami/VideoDecoderDefs.h
/usr/include/libyami/VideoDecoderHost.h
/usr/include/libyami/VideoDecoderInterface.h
/usr/include/libyami/VideoEncoderCapi.h
/usr/include/libyami/VideoEncoderDefs.h
/usr/include/libyami/VideoEncoderHost.h
/usr/include/libyami/VideoEncoderInterface.h
/usr/include/libyami/VideoPostProcessDefs.h
/usr/include/libyami/VideoPostProcessHost.h
/usr/include/libyami/VideoPostProcessInterface.h
/usr/include/libyami/Yami.h
/usr/include/libyami/YamiC.h
/usr/include/libyami/YamiVersion.h
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/26d35114c6506afc37b4ac0ff084b1ba7735dd
/usr/lib/libyami.so
/usr/lib/libyami.so.1
/usr/lib/libyami.so.1.3.1
/usr/lib/pkgconfig/libyami.pc
/usr/include/libyami
/usr/include/libyami/VideoCommonDefs.h
/usr/include/libyami/VideoDecoderCapi.h
/usr/include/libyami/VideoDecoderDefs.h
/usr/include/libyami/VideoDecoderHost.h
/usr/include/libyami/VideoDecoderInterface.h
/usr/include/libyami/VideoEncoderCapi.h
/usr/include/libyami/VideoEncoderDefs.h
/usr/include/libyami/VideoEncoderHost.h
/usr/include/libyami/VideoEncoderInterface.h
/usr/include/libyami/VideoPostProcessDefs.h
/usr/include/libyami/VideoPostProcessHost.h
/usr/include/libyami/VideoPostProcessInterface.h
/usr/include/libyami/Yami.h
/usr/include/libyami/YamiC.h
/usr/include/libyami/YamiVersion.h
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/ba7817b8ab20ddfc2f95c430ed7720cdc6df5d
/usr/lib64/libyami.so
/usr/lib64/libyami.so.1
/usr/lib64/libyami.so.1.3.1
/usr/lib64/pkgconfig/libyami.pc
References
Summary
In this tutorial we learn how to install libyami
on Rocky Linux 8 using yum and dnf.