How To Install perl-TOML-Parser on Fedora 36

In this tutorial we learn how to install perl-TOML-Parser in Fedora 36. perl-TOML-Parser is Simple toml parser

Introduction

In this tutorial we learn how to install perl-TOML-Parser on Fedora 36.

What is perl-TOML-Parser

TOML

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

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

sudo dnf -y install perl-TOML-Parser

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

sudo yum -y install perl-TOML-Parser

How To Uninstall perl-TOML-Parser on Fedora 36

To uninstall only the perl-TOML-Parser package we can use the following command:

sudo dnf remove perl-TOML-Parser

perl-TOML-Parser Package Contents on Fedora 36

/usr/share/doc/perl-TOML-Parser
/usr/share/doc/perl-TOML-Parser/Changes
/usr/share/doc/perl-TOML-Parser/README.md
/usr/share/licenses/perl-TOML-Parser
/usr/share/licenses/perl-TOML-Parser/LICENSE
/usr/share/man/man3/TOML::Parser.3pm.gz
/usr/share/man/man3/TOML::Parser::Tokenizer.3pm.gz
/usr/share/man/man3/TOML::Parser::Tokenizer::Strict.3pm.gz
/usr/share/man/man3/TOML::Parser::Util.3pm.gz
/usr/share/perl5/vendor_perl/TOML
/usr/share/perl5/vendor_perl/TOML/Parser
/usr/share/perl5/vendor_perl/TOML/Parser.pm
/usr/share/perl5/vendor_perl/TOML/Parser/Tokenizer
/usr/share/perl5/vendor_perl/TOML/Parser/Tokenizer.pm
/usr/share/perl5/vendor_perl/TOML/Parser/Tokenizer/Strict.pm
/usr/share/perl5/vendor_perl/TOML/Parser/Util.pm

References

Summary

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