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

Last updated: May 21,2024

1. Install "python-docutils.noarch" package

Learn how to install python-docutils.noarch on Amazon Linux 2

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

2. Uninstall "python-docutils.noarch" package

Please follow the step by step instructions below to uninstall python-docutils.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python-docutils
Arch : noarch
Version : 0.12
Release : 0.2.20140510svn7747.amzn2
Size : 1.5 M
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.