How To Install pasdoc on Fedora 36

In this tutorial we learn how to install pasdoc in Fedora 36. pasdoc is Documentation tool for Pascal and Object Pascal source code

Introduction

In this tutorial we learn how to install pasdoc on Fedora 36.

What is pasdoc

PasDoc is a documentation tool for Pascal and Object Pascal source code. Documentation is generated from comments found in the source code, or from external files. Numerous formatting @-tags are supported. Many output formats are supported, including HTML and LaTeX.

We can use yum or dnf to install pasdoc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pasdoc.

Install pasdoc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pasdoc using dnf by running the following command:

sudo dnf -y install pasdoc

Install pasdoc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pasdoc using yum by running the following command:

sudo yum -y install pasdoc

How To Uninstall pasdoc on Fedora 36

To uninstall only the pasdoc package we can use the following command:

sudo dnf remove pasdoc

pasdoc Package Contents on Fedora 36

/usr/bin/pasdoc
/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/e9e9de72dcfa55ca2808d50388a78d55cab594
/usr/share/licenses/pasdoc
/usr/share/licenses/pasdoc/LICENSE
/usr/share/man/man1/pasdoc.1.gz

References

Summary

In this tutorial we learn how to install pasdoc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).