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

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

Introduction

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

What is libuv-devel.x86_64

Development libraries for libuv

We can use yum to install libuv-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 libuv-devel.x86_64.

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

sudo yum -y install libuv-devel.x86_64

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

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

sudo yum remove libuv-devel.x86_64

libuv-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/uv
/usr/include/uv.h
/usr/include/uv/errno.h
/usr/include/uv/linux.h
/usr/include/uv/threadpool.h
/usr/include/uv/unix.h
/usr/include/uv/version.h
/usr/lib64/libuv.so
/usr/lib64/pkgconfig/libuv.pc

References

Summary

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