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

In this tutorial we learn how to install libuser-devel.x86_64 in Amazon Linux 2. libuser-devel.x86_64 is Files needed for developing applications which use libuser

Introduction

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

What is libuser-devel.x86_64

The libuser-devel package contains header files, static libraries, and other files useful for developing applications with libuser.

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

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

sudo yum -y install libuser-devel.x86_64

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

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

sudo yum remove libuser-devel.x86_64

libuser-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libuser
/usr/include/libuser/config.h
/usr/include/libuser/entity.h
/usr/include/libuser/error.h
/usr/include/libuser/fs.h
/usr/include/libuser/prompt.h
/usr/include/libuser/user.h
/usr/include/libuser/user_private.h
/usr/lib64/libuser.so
/usr/lib64/pkgconfig/libuser.pc
/usr/share/gtk-doc/html/libuser
/usr/share/gtk-doc/html/libuser/api-index-full.html
/usr/share/gtk-doc/html/libuser/ch01.html
/usr/share/gtk-doc/html/libuser/deprecated-api-index.html
/usr/share/gtk-doc/html/libuser/home.png
/usr/share/gtk-doc/html/libuser/index.html
/usr/share/gtk-doc/html/libuser/index.sgml
/usr/share/gtk-doc/html/libuser/left.png
/usr/share/gtk-doc/html/libuser/libuser-config.html
/usr/share/gtk-doc/html/libuser/libuser-entity.html
/usr/share/gtk-doc/html/libuser/libuser-error.html
/usr/share/gtk-doc/html/libuser/libuser-fs.html
/usr/share/gtk-doc/html/libuser/libuser-prompt.html
/usr/share/gtk-doc/html/libuser/libuser-user.html
/usr/share/gtk-doc/html/libuser/libuser-value.html
/usr/share/gtk-doc/html/libuser/libuser.devhelp2
/usr/share/gtk-doc/html/libuser/right.png
/usr/share/gtk-doc/html/libuser/style.css
/usr/share/gtk-doc/html/libuser/up.png

References

Summary

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