How To Install apr-util-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install apr-util-devel.x86_64 on Amazon Linux 2.
What is apr-util-devel.x86_64
This package provides the support files which can be used to build applications using the APR utility library. The mission of the Apache Portable Runtime (APR) is to provide a free library of C data structures and routines.
We can use yum to install apr-util-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 apr-util-devel.x86_64.
Install apr-util-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 apr-util-devel.x86_64 using yum by running the following command:
sudo yum -y install apr-util-devel.x86_64
How To Uninstall apr-util-devel.x86_64 on Amazon Linux 2
To uninstall only the apr-util-devel.x86_64 package we can use the following command:
sudo yum remove apr-util-devel.x86_64
apr-util-devel.x86_64 Package Contents on Amazon Linux 2
/usr/bin/apu-1-config
/usr/include/apr-1/apr_anylock.h
/usr/include/apr-1/apr_base64.h
/usr/include/apr-1/apr_buckets.h
/usr/include/apr-1/apr_crypto.h
/usr/include/apr-1/apr_date.h
/usr/include/apr-1/apr_dbd.h
/usr/include/apr-1/apr_dbm.h
/usr/include/apr-1/apr_hooks.h
/usr/include/apr-1/apr_ldap.h
/usr/include/apr-1/apr_ldap_init.h
/usr/include/apr-1/apr_ldap_option.h
/usr/include/apr-1/apr_ldap_rebind.h
/usr/include/apr-1/apr_ldap_url.h
/usr/include/apr-1/apr_md4.h
/usr/include/apr-1/apr_md5.h
/usr/include/apr-1/apr_memcache.h
/usr/include/apr-1/apr_optional.h
/usr/include/apr-1/apr_optional_hooks.h
/usr/include/apr-1/apr_queue.h
/usr/include/apr-1/apr_redis.h
/usr/include/apr-1/apr_reslist.h
/usr/include/apr-1/apr_rmm.h
/usr/include/apr-1/apr_sdbm.h
/usr/include/apr-1/apr_sha1.h
/usr/include/apr-1/apr_siphash.h
/usr/include/apr-1/apr_strmatch.h
/usr/include/apr-1/apr_thread_pool.h
/usr/include/apr-1/apr_uri.h
/usr/include/apr-1/apr_uuid.h
/usr/include/apr-1/apr_xlate.h
/usr/include/apr-1/apr_xml.h
/usr/include/apr-1/apu.h
/usr/include/apr-1/apu_errno.h
/usr/include/apr-1/apu_version.h
/usr/include/apr-1/apu_want.h
/usr/lib64/libaprutil-1.la
/usr/lib64/libaprutil-1.so
/usr/lib64/pkgconfig/apr-util-1.pc
/usr/share/aclocal/find_apu.m4
References
Summary
In this tutorial we learn how to install apr-util-devel.x86_64 on Amazon Linux 2 using yum.