How to Install and Uninstall python2-docutils.noarch Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "python2-docutils.noarch" package

Please follow the guidelines below to install python2-docutils.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python2-docutils.noarch

2. Uninstall "python2-docutils.noarch" package

This guide let you learn how to uninstall python2-docutils.noarch on CentOS Stream 8:

$ sudo dnf remove python2-docutils.noarch $ sudo dnf autoremove

3. Information about the python2-docutils.noarch package on CentOS Stream 8

Last metadata expiration check: 3:33:24 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-docutils
Version : 0.14
Release : 12.module_el8+570+db61b4f9
Architecture : noarch
Size : 1.7 M
Source : python-docutils-0.14-12.module_el8+570+db61b4f9.src.rpm
Repository : appstream
Summary : System for processing plaintext documentation for python2
URL : http://docutils.sourceforge.net
License : Public Domain and BSD and Python and GPLv3+
Description : The Docutils project specifies a plaintext markup language, reStructuredText,
: which is easy to read and quick to write. The project includes a python
: library to parse rST files and transform them into other useful formats such
: as HTML, XML, and TeX as well as commandline tools that give the enduser
: access to this functionality.
:
: Currently, the library supports parsing rST that is in standalone files and
: PEPs (Python Enhancement Proposals). Work is underway to parse rST from
: Python inline documentation modules and packages.