How to Install and Uninstall epydoc.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "epydoc.noarch" package

Please follow the step by step instructions below to install epydoc.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install epydoc.noarch

2. Uninstall "epydoc.noarch" package

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

$ sudo yum remove epydoc.noarch $ sudo yum autoremove

3. Information about the epydoc.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : epydoc
Arch : noarch
Version : 3.0.1
Release : 14.amzn2
Size : 1.4 M
Repo : amzn2-core/2/x86_64
Summary : Automatic API documentation generation tool for Python
URL : http://epydoc.sourceforge.net/
License : MIT
Description : Epydoc is a tool for generating API documentation for Python
: modules, based on their docstrings. For an example of epydoc's
: output, see the API documentation for epydoc itself (html, pdf).
: A lightweight markup language called epytext can be used to
: format docstrings, and to add information about specific
: fields, such as parameters and instance variables. Epydoc
: also understands docstrings written in ReStructuredText,
: Javadoc, and plaintext.