How to Install and Uninstall python3-ezdxf.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-ezdxf.x86_64" package

In this section, we are going to explain the necessary steps to install python3-ezdxf.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-ezdxf.x86_64

2. Uninstall "python3-ezdxf.x86_64" package

This is a short guide on how to uninstall python3-ezdxf.x86_64 on Fedora 34:

$ sudo dnf remove python3-ezdxf.x86_64 $ sudo dnf autoremove

3. Information about the python3-ezdxf.x86_64 package on Fedora 34

Last metadata expiration check: 3:03:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-ezdxf
Version : 0.17.2
Release : 1.fc34
Architecture : x86_64
Size : 1.7 M
Source : python-ezdxf-0.17.2-1.fc34.src.rpm
Repository : updates
Summary : Create/manipulate DXF drawings
URL : https://ezdxf.mozman.at/
License : MIT
Description : A Python package to create and modify DXF drawings, independent of the DXF
: version. You can open/save every DXF file without losing any content (except
: comments). Unknown tags in the DXF file will be ignored but preserved for
: saving. With this behavior it is possible to open also DXF drawings that
: contains data from 3rd party applications.