How to Install and Uninstall epydoc-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "epydoc-doc" package

This tutorial shows how to install epydoc-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install epydoc-doc

2. Uninstall "epydoc-doc" package

This tutorial shows how to uninstall epydoc-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove epydoc-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the epydoc-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: epydoc-doc
Priority: optional
Section: universe/doc
Installed-Size: 14225
Maintainer: Ubuntu Developers
Original-Maintainer: Kenneth J. Pronovici
Architecture: all
Source: epydoc
Version: 3.0.1+dfsg-12
Recommends: chromium | www-browser
Filename: pool/universe/e/epydoc/epydoc-doc_3.0.1+dfsg-12_all.deb
Size: 896204
MD5sum: 931a8a64144522bf23f448604b977dbf
SHA1: d9fe679f22d13f8fe0187f3896944ff3a514ab45
SHA256: aff5fa2891cc546d7c7c0730f974d133730184992b6ccaf92336a1581c74259c
Description-en: tool for documenting Python modules (documentation)
Epydoc is a tool for generating API documentation for Python modules based on
their docstrings. 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.
.
This package contains the API reference and usage information for Epydoc, all
available through the Debian documentation system (dhelp, dwww, doc-central,
etc.) in the Devel section.
Description-md5: 62a87a5b5e1f848de8ae6118f6c98253
Homepage: http://epydoc.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu