How To Install libiec61883-utils.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libiec61883-utils.x86_64 in Amazon Linux 2. libiec61883-utils.x86_64 is Utilities for use with libiec61883

Introduction

In this tutorial we learn how to install libiec61883-utils.x86_64 on Amazon Linux 2.

What is libiec61883-utils.x86_64

Utilities that make use of iec61883

We can use yum to install libiec61883-utils.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libiec61883-utils.x86_64.

Install libiec61883-utils.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libiec61883-utils.x86_64 using yum by running the following command:

sudo yum -y install libiec61883-utils.x86_64

How To Uninstall libiec61883-utils.x86_64 on Amazon Linux 2

To uninstall only the libiec61883-utils.x86_64 package we can use the following command:

sudo yum remove libiec61883-utils.x86_64

libiec61883-utils.x86_64 Package Contents on Amazon Linux 2

/usr/bin/plugctl
/usr/bin/plugreport
/usr/bin/test-amdtp
/usr/bin/test-dv
/usr/bin/test-mpeg2
/usr/bin/test-plugs
/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.x86_64 on Amazon Linux 2 using yum.