How to Install and Uninstall pasdoc Package on Kali Linux

Last updated: May 19,2024

1. Install "pasdoc" package

Here is a brief guide to show you how to install pasdoc on Kali Linux

$ sudo apt update $ sudo apt install pasdoc

2. Uninstall "pasdoc" package

This guide covers the steps necessary to uninstall pasdoc on Kali Linux:

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

3. Information about the pasdoc package on Kali Linux

Package: pasdoc
Source: pasdoc (0.16.0-2)
Version: 0.16.0-2+b1
Installed-Size: 1838
Maintainer: Pascal Packaging Team
Architecture: amd64
Size: 483716
SHA256: 0bbc707ea1d488ba408e981abfe7f9dcc24324d8592b92c02371d85721ad525e
SHA1: ebbc8e1a964eb018a3fa6260a26179d041312e65
MD5sum: 43fce1cd3dd00e370fc015954222cbd7
Description: 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:
Homepage: https://github.com/pasdoc/pasdoc/wiki
Section: doc
Priority: optional
Filename: pool/main/p/pasdoc/pasdoc_0.16.0-2+b1_amd64.deb