How to Install and Uninstall python3-docutils.noarch Package on Amazon Linux 2

Last updated: April 25,2024

1. Install "python3-docutils.noarch" package

In this section, we are going to explain the necessary steps to install python3-docutils.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-docutils.noarch

2. Uninstall "python3-docutils.noarch" package

Here is a brief guide to show you how to uninstall python3-docutils.noarch on Amazon Linux 2:

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

3. Information about the python3-docutils.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-docutils
Arch : noarch
Version : 0.14
Release : 1.amzn2.0.2
Size : 879 k
Repo : amzn2-core/2/x86_64
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.