How to Install and Uninstall python-docutils.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python-docutils.src" package

This tutorial shows how to install python-docutils.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-docutils.src

2. Uninstall "python-docutils.src" package

Please follow the step by step instructions below to uninstall python-docutils.src on Oracle Linux 8:

$ sudo dnf remove python-docutils.src $ sudo dnf autoremove

3. Information about the python-docutils.src package on Oracle Linux 8

Last metadata expiration check: 5:52:20 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-docutils
Version : 0.14
Release : 12.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 1.7 M
Source : None
Repository : ol8_appstream
Summary : System for processing plaintext documentation
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.