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

Last updated: October 05,2024

1. Install "python3-ezdxf.x86_64" package

Please follow the guidance below to install python3-ezdxf.x86_64 on Fedora 36

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

2. Uninstall "python3-ezdxf.x86_64" package

Please follow the guidance below to uninstall python3-ezdxf.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:31:55 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-ezdxf
Version : 0.17.2
Release : 1.fc36
Architecture : x86_64
Size : 1.7 M
Source : python-ezdxf-0.17.2-1.fc36.src.rpm
Repository : fedora
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.