How To Install pasdoc-tools on Fedora 36

In this tutorial we learn how to install pasdoc-tools in Fedora 36. pasdoc-tools is Helper tools for PasDoc

Introduction

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

What is pasdoc-tools

Helper tools useful for analyzing Pascal code and embedding files (both text and binary) inside Pascal sources.

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

Install pasdoc-tools 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-tools using dnf by running the following command:

sudo dnf -y install pasdoc-tools

Install pasdoc-tools 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-tools using yum by running the following command:

sudo yum -y install pasdoc-tools

How To Uninstall pasdoc-tools on Fedora 36

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

sudo dnf remove pasdoc-tools

pasdoc-tools Package Contents on Fedora 36

/usr/bin/file_to_pascal_data
/usr/bin/file_to_pascal_string
/usr/bin/pascal_pre_proc
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/4ed89db01d6dde9d0f2b18fdeee4b21c35471a
/usr/lib/.build-id/30
/usr/lib/.build-id/30/a619600b782e6eb9f84d8cd0f4680bd68dd471
/usr/lib/.build-id/9f/755df03213270cc47f69982209f441d34dd411
/usr/share/licenses/pasdoc-tools
/usr/share/licenses/pasdoc-tools/LICENSE
/usr/share/man/man1/file_to_pascal_data.1.gz
/usr/share/man/man1/file_to_pascal_string.1.gz
/usr/share/man/man1/pascal_pre_proc.1.gz

References

Summary

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