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

Last updated: November 29,2024

1. Install "python3-xml2rfc.noarch" package

Here is a brief guide to show you how to install python3-xml2rfc.noarch on Fedora 39

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

2. Uninstall "python3-xml2rfc.noarch" package

This tutorial shows how to uninstall python3-xml2rfc.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:41:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-xml2rfc
Version : 3.9.1
Release : 7.fc39
Architecture : noarch
Size : 659 k
Source : python-xml2rfc-3.9.1-7.fc39.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).