How To Install libiec61883-utils on Fedora 36
Introduction
In this tutorial we learn how to install libiec61883-utils
on Fedora 36.
What is libiec61883-utils
Utilities that make use of iec61883
We can use yum
or dnf
to install libiec61883-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiec61883-utils.
Install libiec61883-utils 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 libiec61883-utils
using dnf
by running the following command:
sudo dnf -y install libiec61883-utils
Install libiec61883-utils 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 libiec61883-utils
using yum
by running the following command:
sudo yum -y install libiec61883-utils
How To Uninstall libiec61883-utils on Fedora 36
To uninstall only the libiec61883-utils
package we can use the following command:
sudo dnf remove libiec61883-utils
libiec61883-utils Package Contents on Fedora 36
/usr/bin/plugctl
/usr/bin/plugreport
/usr/bin/test-amdtp
/usr/bin/test-dv
/usr/bin/test-mpeg2
/usr/bin/test-plugs
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/fff8f71e68296b51912bb797c32aa68f690249
/usr/lib/.build-id/16
/usr/lib/.build-id/16/2c104be7b09dad5b10a34736e09875867f382a
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/d3c3710f673292d37e5bb25b26ad0c4390fbe8
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/f7d8e2c030229bb1d3b2274738945a08505195
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/f4a19984b859a4a0b322f63cc5f38d33bf9bcf
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/b714f83aed4b9eacaf99a0e3ff5d66b917a61a
/usr/share/man/man1/plugctl.1.gz
/usr/share/man/man1/plugreport.1.gz
References
Summary
In this tutorial we learn how to install libiec61883-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).