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

Last updated: September 21,2024

1. Install "python3-docutils.noarch" package

Please follow the instructions below to install python3-docutils.noarch on AlmaLinux 8

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

2. Uninstall "python3-docutils.noarch" package

This is a short guide on how to uninstall python3-docutils.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 2:16:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-docutils
Version : 0.14
Release : 12.module_el8.5.0+2569+5c5719bc
Architecture : noarch
Size : 1.6 M
Source : python-docutils-0.14-12.module_el8.5.0+2569+5c5719bc.src.rpm
Repository : appstream
Summary : System for processing plaintext documentation for python3
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.
:
: This package contains the module, ported to run under python3.