How To Install libcdr-tools on Fedora 36

In this tutorial we learn how to install libcdr-tools in Fedora 36. libcdr-tools is Tools to transform CorelDRAW drawings into other formats

Introduction

In this tutorial we learn how to install libcdr-tools on Fedora 36.

What is libcdr-tools

Tools to transform CorelDRAW drawings into other formats. Currently supported

We can use yum or dnf to install libcdr-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcdr-tools.

Install libcdr-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libcdr-tools using dnf by running the following command:

sudo dnf -y install libcdr-tools

Install libcdr-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libcdr-tools using yum by running the following command:

sudo yum -y install libcdr-tools

How To Uninstall libcdr-tools on Fedora 36

To uninstall only the libcdr-tools package we can use the following command:

sudo dnf remove libcdr-tools

libcdr-tools Package Contents on Fedora 36

/usr/bin/cdr2raw
/usr/bin/cdr2text
/usr/bin/cdr2xhtml
/usr/bin/cmx2raw
/usr/bin/cmx2text
/usr/bin/cmx2xhtml
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/66d93f3ad3f6543c14b7ef3eb422f4c04a0933
/usr/lib/.build-id/35
/usr/lib/.build-id/35/19f1736fdd8bf5f4971c3c71a5ee0c2a5eb9e8
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/f879a79b04067be458ecd7d1237c41d27efe7b
/usr/lib/.build-id/61
/usr/lib/.build-id/61/0cfd44cbb800bd15d8d8e22f2c3baca5119574
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/019ce50c072c1c68afd2d7f8b50c459337a125
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/920589a1ff49a25bccdf68d0cae3291c12c879
/usr/share/man/man1/cdr2raw.1.gz
/usr/share/man/man1/cdr2text.1.gz
/usr/share/man/man1/cdr2xhtml.1.gz
/usr/share/man/man1/cmx2raw.1.gz
/usr/share/man/man1/cmx2text.1.gz
/usr/share/man/man1/cmx2xhtml.1.gz

References

Summary

In this tutorial we learn how to install libcdr-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).