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