How to Install and Uninstall python3-xml2rfc.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "python3-xml2rfc.noarch" package

In this section, we are going to explain the necessary steps to install python3-xml2rfc.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-xml2rfc.noarch

2. Uninstall "python3-xml2rfc.noarch" package

Please follow the guidance below to uninstall python3-xml2rfc.noarch on Fedora 36:

$ sudo dnf remove python3-xml2rfc.noarch $ sudo dnf autoremove

3. Information about the python3-xml2rfc.noarch package on Fedora 36

Last metadata expiration check: 5:43:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-xml2rfc
Version : 3.9.1
Release : 2.fc36
Architecture : noarch
Size : 506 k
Source : python-xml2rfc-3.9.1-2.fc36.src.rpm
Repository : fedora
Summary : Convert IETF RFC-2629 XML into txt format
URL : https://pypi.python.org/pypi/xml2rfc/
License : BSD with advertising
Description : Xml2rfc generates RFCs and IETF drafts from document source in XML
: according to the dtd in RFC-7749. It takes as input an xml file which
: contains the text and meta-information about author names etc., and
: transforms it into suitably formatted output. The input xml file should
: follow the DTD given in RFC-7749 (or successor).