How to Install and Uninstall python2-docutils.noarch Package on Oracle Linux 8

Last updated: July 02,2024

1. Install "python2-docutils.noarch" package

Please follow the steps below to install python2-docutils.noarch on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the python2-docutils.noarch package on Oracle Linux 8

Last metadata expiration check: 1:21:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-docutils
Version : 0.14
Release : 12.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 1.6 M
Source : python-docutils-0.14-12.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_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.