How to Install and Uninstall libmfx.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "libmfx.x86_64" package

This tutorial shows how to install libmfx.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libmfx.x86_64

2. Uninstall "libmfx.x86_64" package

Here is a brief guide to show you how to uninstall libmfx.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libmfx.x86_64 $ sudo dnf autoremove

3. Information about the libmfx.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:23:19 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libmfx
Version : 1.25
Release : 4.el8
Architecture : x86_64
Size : 36 k
Source : libmfx-1.25-4.el8.src.rpm
Repository : epel
Summary : Intel hardware video acceleration dispatcher library
URL : https://github.com/lu-zero/mfx_dispatch
License : BSD
Description : The dispatcher is a layer that lies between applications and Intel Media SDK
: implementations. Upon initialization, the dispatcher locates the appropriate
: platform-specific SDK implementation. If there is none, it will select the
: software SDK implementation. The dispatcher will redirect subsequent function
: calls to the same functions in the selected SDK implementation.