How To Install libcdr.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libcdr.x86_64 in Amazon Linux 2. libcdr.x86_64 is A library for import of CorelDRAW drawings

Introduction

In this tutorial we learn how to install libcdr.x86_64 on Amazon Linux 2.

What is libcdr.x86_64

Libcdr is library providing ability to interpret and import CorelDRAW drawings into various applications. You can find it being used in libreoffice.

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

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

sudo yum -y install libcdr.x86_64

How To Uninstall libcdr.x86_64 on Amazon Linux 2

To uninstall only the libcdr.x86_64 package we can use the following command:

sudo yum remove libcdr.x86_64

libcdr.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcdr-0.1.so.1
/usr/lib64/libcdr-0.1.so.1.0.4
/usr/share/doc/libcdr-0.1.4
/usr/share/doc/libcdr-0.1.4/AUTHORS
/usr/share/doc/libcdr-0.1.4/ChangeLog
/usr/share/doc/libcdr-0.1.4/README
/usr/share/licenses/libcdr-0.1.4
/usr/share/licenses/libcdr-0.1.4/COPYING.MPL

References

Summary

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