How to Install and Uninstall doxypy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "doxypy" package

This guide let you learn how to install doxypy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install doxypy

2. Uninstall "doxypy" package

Please follow the steps below to uninstall doxypy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove doxypy $ sudo apt autoclean && sudo apt autoremove

3. Information about the doxypy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: doxypy
Priority: optional
Section: universe/utils
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: all
Version: 0.4.2-1.1
Depends: python
Recommends: doxygen
Filename: pool/universe/d/doxypy/doxypy_0.4.2-1.1_all.deb
Size: 6616
MD5sum: 879a6bd6f7bb7490f0296f742fe6fc10
SHA1: 87ae5a27be5eb68ff34536f7133ff983aa8b674d
SHA256: 3c867ad87ea3307b06a90ca0ce10ae910c9f4f7835d8e2e029cc1dd5110932e6
Description-en: Python input filter for Doxygen
doxypy is an input filter for Doxygen. It reformats Python comments
to conform to Doxygen documentation blocks. This makes it possible
to use the Doxygen/Javadoc syntax inside of docstrings when writing
code documentation and automatically generate API documentation out
of it instead of being forced to use non-Python documentation blocks
or to document code redundantly.
Description-md5: 3405f67b71fcb0ed381545aa0a8ae8e3
Homepage: http://code.foosel.org/doxypy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu