How To Install usbredir-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install usbredir-devel.x86_64 in Amazon Linux 2. usbredir-devel.x86_64 is Development files for usbredir

Introduction

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

What is usbredir-devel.x86_64

The usbredir-devel package contains libraries and header files for developing applications that use usbredir.

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

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

sudo yum -y install usbredir-devel.x86_64

How To Uninstall usbredir-devel.x86_64 on Amazon Linux 2

To uninstall only the usbredir-devel.x86_64 package we can use the following command:

sudo yum remove usbredir-devel.x86_64

usbredir-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/usbredirfilter.h
/usr/include/usbredirhost.h
/usr/include/usbredirparser.h
/usr/include/usbredirproto.h
/usr/lib64/libusbredirhost.so
/usr/lib64/libusbredirparser.so
/usr/lib64/pkgconfig/libusbredirhost.pc
/usr/lib64/pkgconfig/libusbredirparser-0.5.pc
/usr/share/doc/usbredir-devel-0.7.1
/usr/share/doc/usbredir-devel-0.7.1/README.multi-thread
/usr/share/doc/usbredir-devel-0.7.1/usb-redirection-protocol.txt

References

Summary

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