How To Install libdxfrw on Fedora 34
Introduction
In this tutorial we learn how to install libdxfrw
on Fedora 34.
What is libdxfrw
libdxfrw is a free C++ library to read and write DXF files in both formats, ASCII and binary form. libdxfrw 0.6.3 17.fc34 x86_64 481 k libdxfrw-0.6.3-17.fc34.src.rpm fedora Library to read/write DXF files http GPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libdxfrw.
Install libdxfrw on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libdxfrw
using dnf
by running the following command:
sudo dnf -y install libdxfrw
Install libdxfrw on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libdxfrw
package we can use the following command:
sudo dnf remove libdxfrw
libdxfrw Package Contents on Fedora 34
/usr/bin/dwg2dxf
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/0d40c5e605538614c493526ee8f114836121cd
/usr/lib/.build-id/30
/usr/lib/.build-id/30/541cbcb968b56d560e74f901526ae781bccc54
/usr/lib64/libdxfrw.so.0
/usr/lib64/libdxfrw.so.0.6.3
/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/bin/dwg2dxf
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/40fe56edb00c65921fedfd264cf1ac93be60bf
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/eed4700c74393f255ffeca451d0fa35c5ddd38
/usr/lib/libdxfrw.so.0
/usr/lib/libdxfrw.so.0.6.3
/usr/share/doc/libdxfrw
/usr/share/doc/libdxfrw/AUTHORS
/usr/share/doc/libdxfrw/COPYING
/usr/share/doc/libdxfrw/ChangeLog
/usr/share/doc/libdxfrw/README
References
- [libdxfrw website](http://sourceforge.net/p/libdxfrw/home/Home/ http://sourceforge.net/p/libdxfrw/home/Home/)
Summary
In this tutorial we learn how to install libdxfrw
on Fedora 34 using yum and dnf.