How To Install libdxfrw on Fedora 36

In this tutorial we learn how to install libdxfrw in Fedora 36. libdxfrw is Library to read/write DXF files

Introduction

In this tutorial we learn how to install libdxfrw on Fedora 36.

What is libdxfrw

libdxfrw is a free C++ library to read and write DXF files in both formats, ASCII and binary form.

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

Install libdxfrw 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 libdxfrw using dnf by running the following command:

sudo dnf -y install libdxfrw

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

sudo yum -y install libdxfrw

How To Uninstall libdxfrw on Fedora 36

To uninstall only the libdxfrw package we can use the following command:

sudo dnf remove libdxfrw

libdxfrw Package Contents on Fedora 36

/usr/bin/dwg2dxf
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/36b3634a4a2835ec274e6afd045d50e21b9531
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/35019d9955719518a0ed96b0885e1faefd7d11
/usr/lib/libdxfrw.so.1
/usr/lib/libdxfrw.so.1.0.1
/usr/share/doc/libdxfrw
/usr/share/doc/libdxfrw/AUTHORS
/usr/share/doc/libdxfrw/COPYING
/usr/share/doc/libdxfrw/ChangeLog
/usr/share/doc/libdxfrw/README
/usr/share/man/man1/dwg2dxf.1.gz

References

Summary

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


title: “How To Install libdxfrw on Fedora 36” linkTitle: “libdxfrw” type: “docs” description: “In this tutorial we learn how to install libdxfrw in Fedora 36. libdxfrw is Library to read/write DXF files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdxfrw-featured.png

Introduction

In this tutorial we learn how to install libdxfrw on Fedora 36.

What is libdxfrw

libdxfrw is a free C++ library to read and write DXF files in both formats, ASCII and binary form.

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

Install libdxfrw 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 libdxfrw using dnf by running the following command:

sudo dnf -y install libdxfrw

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

sudo yum -y install libdxfrw

How To Uninstall libdxfrw on Fedora 36

To uninstall only the libdxfrw package we can use the following command:

sudo dnf remove libdxfrw

libdxfrw Package Contents on Fedora 36

/usr/bin/dwg2dxf
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/a70716ca4cb041c6a5c01a28e8e8493cd23008
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/0771aa71fad4d8cc5cb03f1f12a166cedefbc0
/usr/lib64/libdxfrw.so.1
/usr/lib64/libdxfrw.so.1.0.1
/usr/share/doc/libdxfrw
/usr/share/doc/libdxfrw/AUTHORS
/usr/share/doc/libdxfrw/COPYING
/usr/share/doc/libdxfrw/ChangeLog
/usr/share/doc/libdxfrw/README
/usr/share/man/man1/dwg2dxf.1.gz

References

Summary

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