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

Last updated: July 05,2024

1. Install "python3-xml2rfc.noarch" package

This is a short guide on how to install python3-xml2rfc.noarch on Fedora 34

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

2. Uninstall "python3-xml2rfc.noarch" package

This guide covers the steps necessary to uninstall python3-xml2rfc.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:45:30 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-xml2rfc
Version : 3.7.0
Release : 1.fc34
Architecture : noarch
Size : 503 k
Source : python-xml2rfc-3.7.0-1.fc34.src.rpm
Repository : updates
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).