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

Last updated: May 17,2024

1. Install "python-epydoc" package

This guide covers the steps necessary to install python-epydoc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-epydoc

2. Uninstall "python-epydoc" package

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

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

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

Package: python-epydoc
Priority: optional
Section: universe/python
Installed-Size: 1099
Maintainer: Ubuntu Developers
Original-Maintainer: Kenneth J. Pronovici
Architecture: all
Source: epydoc
Version: 3.0.1+dfsg-12
Replaces: python2.1-epydoc (<< 2.0-2), python2.2-epydoc (<< 2.0-2), python2.3-epydoc (<< 2.0-2)
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-tk, python-docutils, graphviz
Suggests: epydoc-doc, python-profiler, ghostscript, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended
Conflicts: python2.1-epydoc, python2.2-epydoc, python2.3-epydoc
Filename: pool/universe/e/epydoc/python-epydoc_3.0.1+dfsg-12_all.deb
Size: 215080
MD5sum: 992726c50a1e959d9c1611fb6611556a
SHA1: 3b003360939181afeb0e4c41dbc0464fbe77a07c
SHA256: bb8a2e241ae2c2ce5a7fc302c62a9c3d011371c4ec808de62c0031419456161a
Description-en: tool for documenting Python modules
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 epydoc and epydocgui commands, their manpages, and
their associated Python modules.
.
Epydoc supports two output formatters: HTML and LaTeX. You must install the
suggested dependencies in order to generate documentation in DVI, PostScript,
or PDF format using the LaTeX formatter.
Description-md5: 49375a98f9ef69699c2e517e8460811f
Homepage: http://epydoc.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu