How To Install psl-make-dafsa on Fedora 36

In this tutorial we learn how to install psl-make-dafsa in Fedora 36. psl-make-dafsa is Compiles the Public Suffix List into DAFSA form

Introduction

In this tutorial we learn how to install psl-make-dafsa on Fedora 36.

What is psl-make-dafsa

This script produces C/C++ code or an architecture-independent binary object which represents a Deterministic Acyclic Finite State Automaton (DAFSA) from a plain text Public Suffix List.

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

Install psl-make-dafsa 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 psl-make-dafsa using dnf by running the following command:

sudo dnf -y install psl-make-dafsa

Install psl-make-dafsa 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 psl-make-dafsa using yum by running the following command:

sudo yum -y install psl-make-dafsa

How To Uninstall psl-make-dafsa on Fedora 36

To uninstall only the psl-make-dafsa package we can use the following command:

sudo dnf remove psl-make-dafsa

psl-make-dafsa Package Contents on Fedora 36

/usr/bin/psl-make-dafsa
/usr/share/licenses/psl-make-dafsa
/usr/share/licenses/psl-make-dafsa/COPYING
/usr/share/man/man1/psl-make-dafsa.1.gz

References

Summary

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