How To Install perl-App-PFT on Fedora 36

In this tutorial we learn how to install perl-App-PFT in Fedora 36. perl-App-PFT is Hacker friendly static blog generator

Introduction

In this tutorial we learn how to install perl-App-PFT on Fedora 36.

What is perl-App-PFT

PFT stands for Plain F. Text, where the meaning of F. is up to personal interpretation. Like Fancy or Fantastic. It is yet another static website generator. This means your content is compiled once and the result can be served by a simple HTTP server, without need of server-side dynamic content generation.

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

Install perl-App-PFT 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 perl-App-PFT using dnf by running the following command:

sudo dnf -y install perl-App-PFT

Install perl-App-PFT 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 perl-App-PFT using yum by running the following command:

sudo yum -y install perl-App-PFT

How To Uninstall perl-App-PFT on Fedora 36

To uninstall only the perl-App-PFT package we can use the following command:

sudo dnf remove perl-App-PFT

perl-App-PFT Package Contents on Fedora 36

/usr/bin/pft
/usr/libexec/perl-App-PFT/pft-clean
/usr/libexec/perl-App-PFT/pft-edit
/usr/libexec/perl-App-PFT/pft-gen-rss
/usr/libexec/perl-App-PFT/pft-grab
/usr/libexec/perl-App-PFT/pft-init
/usr/libexec/perl-App-PFT/pft-ls
/usr/libexec/perl-App-PFT/pft-make
/usr/libexec/perl-App-PFT/pft-pub
/usr/libexec/perl-App-PFT/pft-show
/usr/share/bash-completion/completions/pft
/usr/share/doc/perl-App-PFT
/usr/share/doc/perl-App-PFT/README.md
/usr/share/licenses/perl-App-PFT
/usr/share/licenses/perl-App-PFT/COPYING
/usr/share/man/man1/pft-clean.1.gz
/usr/share/man/man1/pft-edit.1.gz
/usr/share/man/man1/pft-gen-rss.1.gz
/usr/share/man/man1/pft-grab.1.gz
/usr/share/man/man1/pft-init.1.gz
/usr/share/man/man1/pft-ls.1.gz
/usr/share/man/man1/pft-make.1.gz
/usr/share/man/man1/pft-pub.1.gz
/usr/share/man/man1/pft-show.1.gz
/usr/share/man/man1/pft.1.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/PFT
/usr/share/perl5/vendor_perl/App/PFT.pm
/usr/share/perl5/vendor_perl/App/PFT/Util.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/module
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT/templates
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT/templates/default.html
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT/templates/dump_page.html
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT/templates/minimal.html
/usr/share/perl5/vendor_perl/auto/share/module/App-PFT/templates/terminal.html

References

Summary

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