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

Last updated: November 25,2024

1. Install "python2-docutils.noarch" package

This tutorial shows how to install python2-docutils.noarch on AlmaLinux 8

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

2. Uninstall "python2-docutils.noarch" package

Please follow the steps below to uninstall python2-docutils.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:28:15 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-docutils
Version : 0.14
Release : 12.module_el8.6.0+2781+fed64c13
Architecture : noarch
Size : 1.6 M
Source : python-docutils-0.14-12.module_el8.6.0+2781+fed64c13.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.