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

Last updated: May 18,2024

1. Install "pasdoc" package

Please follow the steps below to install pasdoc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pasdoc

2. Uninstall "pasdoc" package

In this section, we are going to explain the necessary steps to uninstall pasdoc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pasdoc $ sudo apt autoclean && sudo apt autoremove

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

Package: pasdoc
Priority: optional
Section: universe/doc
Installed-Size: 1790
Maintainer: Ubuntu Developers
Original-Maintainer: Pascal Packaging Team
Architecture: amd64
Version: 0.14.0-1
Filename: pool/universe/p/pasdoc/pasdoc_0.14.0-1_amd64.deb
Size: 607386
MD5sum: 892c1c568a07bed06747eef83f5375c4
SHA1: cf800e9fd019be40d5b707ce254df7a475c416b7
SHA256: 8d49bdccbc1cc0f1de764832077d3a28c0113b4a1cfce6ea5e3b0519b866cab7
Description-en: documentation tool for Pascal source code
Pasdoc generates documentation for Pascal units. It takes descriptions from
comments within the source code. Documentation output formats include HTML and
LaTeX. Object Pascal, FreePascal and Delphi specific features are supported.
.
Pasdoc has the follow features:
* Understands code written in any Pascal and Object Pascal dialect
* Understands modern Object Pascal language, as found in latest FreePascal
and Delphi versions
* Many output formats: HTML, HTMLHelp, LaTeX (PDF, PS), latex2rft, XML
* Command-line (in batch mode) and GUI interface
* Documentation from comments in the source code and/or provided in separate
file
* Arbitrary (even optional) comment markers
* Special @-tags for formatting the documentation
* Whole pages (like introduction to the docs) can be written using @-tags
* Easy search box in HTML output using Tipue
* Classes and unit dependency graphs
* Optional automatic linking of identifiers
* Spell checking
* Cache for generating documentation fast
Description-md5: 981f9378932a5196b703eba08932556a
Homepage: http://pasdoc.sipsolutions.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu