How To Install libtool-ltdl-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libtool-ltdl-devel.x86_64 in Amazon Linux 2. libtool-ltdl-devel.x86_64 is Tools needed for development using the GNU Libtool Dynamic Module

Introduction

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

What is libtool-ltdl-devel.x86_64

Static libraries and header files for development with ltdl.

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

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

sudo yum -y install libtool-ltdl-devel.x86_64

How To Uninstall libtool-ltdl-devel.x86_64 on Amazon Linux 2

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

sudo yum remove libtool-ltdl-devel.x86_64

libtool-ltdl-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libltdl
/usr/include/libltdl/lt_dlloader.h
/usr/include/libltdl/lt_error.h
/usr/include/libltdl/lt_system.h
/usr/include/ltdl.h
/usr/lib64/libltdl.so
/usr/share/doc/libtool-ltdl-devel-2.4.2
/usr/share/doc/libtool-ltdl-devel-2.4.2/README
/usr/share/libtool/libltdl
/usr/share/libtool/libltdl/COPYING.LIB
/usr/share/libtool/libltdl/Makefile.am
/usr/share/libtool/libltdl/Makefile.in
/usr/share/libtool/libltdl/Makefile.inc
/usr/share/libtool/libltdl/README
/usr/share/libtool/libltdl/aclocal.m4
/usr/share/libtool/libltdl/argz.c
/usr/share/libtool/libltdl/argz_.h
/usr/share/libtool/libltdl/config-h.in
/usr/share/libtool/libltdl/configure
/usr/share/libtool/libltdl/configure.ac
/usr/share/libtool/libltdl/libltdl
/usr/share/libtool/libltdl/libltdl/lt__alloc.h
/usr/share/libtool/libltdl/libltdl/lt__dirent.h
/usr/share/libtool/libltdl/libltdl/lt__glibc.h
/usr/share/libtool/libltdl/libltdl/lt__private.h
/usr/share/libtool/libltdl/libltdl/lt__strl.h
/usr/share/libtool/libltdl/libltdl/lt_dlloader.h
/usr/share/libtool/libltdl/libltdl/lt_error.h
/usr/share/libtool/libltdl/libltdl/lt_system.h
/usr/share/libtool/libltdl/libltdl/slist.h
/usr/share/libtool/libltdl/loaders
/usr/share/libtool/libltdl/loaders/dld_link.c
/usr/share/libtool/libltdl/loaders/dlopen.c
/usr/share/libtool/libltdl/loaders/dyld.c
/usr/share/libtool/libltdl/loaders/load_add_on.c
/usr/share/libtool/libltdl/loaders/loadlibrary.c
/usr/share/libtool/libltdl/loaders/preopen.c
/usr/share/libtool/libltdl/loaders/shl_load.c
/usr/share/libtool/libltdl/lt__alloc.c
/usr/share/libtool/libltdl/lt__dirent.c
/usr/share/libtool/libltdl/lt__strl.c
/usr/share/libtool/libltdl/lt_dlloader.c
/usr/share/libtool/libltdl/lt_error.c
/usr/share/libtool/libltdl/ltdl.c
/usr/share/libtool/libltdl/ltdl.h
/usr/share/libtool/libltdl/slist.c

References

Summary

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