How To Install libzip010-compat-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libzip010-compat-devel.x86_64 on Amazon Linux 2.
What is libzip010-compat-devel.x86_64
The libzip010-compat-devel package contains libraries and header files for developing applications that use libzip010-compat.
We can use yum to install libzip010-compat-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 libzip010-compat-devel.x86_64.
Install libzip010-compat-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 libzip010-compat-devel.x86_64 using yum by running the following command:
sudo yum -y install libzip010-compat-devel.x86_64
How To Uninstall libzip010-compat-devel.x86_64 on Amazon Linux 2
To uninstall only the libzip010-compat-devel.x86_64 package we can use the following command:
sudo yum remove libzip010-compat-devel.x86_64
libzip010-compat-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/zip.h
/usr/include/zipconf-64.h
/usr/include/zipconf.h
/usr/lib64/libzip
/usr/lib64/libzip.so
/usr/lib64/libzip/include
/usr/lib64/libzip/include/zipconf.h
/usr/lib64/pkgconfig/libzip.pc
References
Summary
In this tutorial we learn how to install libzip010-compat-devel.x86_64 on Amazon Linux 2 using yum.