How To Install perl-License-Syntax on Fedora 36

In this tutorial we learn how to install perl-License-Syntax in Fedora 36. perl-License-Syntax is Coding and decoding of license strings using SPDX and SUSE syntax

Introduction

In this tutorial we learn how to install perl-License-Syntax on Fedora 36.

What is perl-License-Syntax

License License names. The table is used for recognizing alternate alias names for the licenses (left hand side) and also defines the canonical short names of the licenses (right hand side). The mapping table is consulted twice, before and after decoding the syntax, thus non-terminal mappings may actually be followed.

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

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

sudo dnf -y install perl-License-Syntax

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

sudo yum -y install perl-License-Syntax

How To Uninstall perl-License-Syntax on Fedora 36

To uninstall only the perl-License-Syntax package we can use the following command:

sudo dnf remove perl-License-Syntax

perl-License-Syntax Package Contents on Fedora 36

/usr/share/doc/perl-License-Syntax
/usr/share/doc/perl-License-Syntax/Changes
/usr/share/doc/perl-License-Syntax/README
/usr/share/doc/perl-License-Syntax/license_syntax.pl
/usr/share/doc/perl-License-Syntax/synopsis.csv
/usr/share/man/man3/License::Syntax.3pm.gz
/usr/share/perl5/vendor_perl/License
/usr/share/perl5/vendor_perl/License/Syntax.pm

References

Summary

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