How To Install v4l-utils-devel-tools.x86_64 on Amazon Linux 2

In this tutorial we learn how to install v4l-utils-devel-tools.x86_64 in Amazon Linux 2. v4l-utils-devel-tools.x86_64 is Utilities for v4l2 / DVB driver development and debugging

Introduction

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

What is v4l-utils-devel-tools.x86_64

Utilities for v4l2 / DVB driver authors v4l2-compliance and v4l2-dbg.

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

Install v4l-utils-devel-tools.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 v4l-utils-devel-tools.x86_64 using yum by running the following command:

sudo yum -y install v4l-utils-devel-tools.x86_64

How To Uninstall v4l-utils-devel-tools.x86_64 on Amazon Linux 2

To uninstall only the v4l-utils-devel-tools.x86_64 package we can use the following command:

sudo yum remove v4l-utils-devel-tools.x86_64

v4l-utils-devel-tools.x86_64 Package Contents on Amazon Linux 2

/usr/bin/decode_tm6000
/usr/bin/v4l2-compliance
/usr/sbin/v4l2-dbg
/usr/share/doc/v4l-utils-devel-tools-0.9.5
/usr/share/doc/v4l-utils-devel-tools-0.9.5/README

References

Summary

In this tutorial we learn how to install v4l-utils-devel-tools.x86_64 on Amazon Linux 2 using yum.