How To Install perl-Swim on Fedora 36

In this tutorial we learn how to install perl-Swim in Fedora 36. perl-Swim is See What I Mean is a plain text markup language

Introduction

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

What is perl-Swim

Swim (See What I Mean) is a plain text markup language that converts to many formats AsciiDoc, MediaWiki. The Swim framework is easily extensible, so adding new outputs is easy.

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

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

sudo dnf -y install perl-Swim

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

sudo yum -y install perl-Swim

How To Uninstall perl-Swim on Fedora 36

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

sudo dnf remove perl-Swim

perl-Swim Package Contents on Fedora 36

/usr/bin/swim
/usr/share/doc/perl-Swim
/usr/share/doc/perl-Swim/CONTRIBUTING
/usr/share/doc/perl-Swim/Changes
/usr/share/doc/perl-Swim/README
/usr/share/licenses/perl-Swim
/usr/share/licenses/perl-Swim/LICENSE
/usr/share/man/man3/Swim.3pm.gz
/usr/share/man/man3/Swim::CheatSheet.3pm.gz
/usr/share/man/man3/Swim::Design.3pm.gz
/usr/share/man/man3/Swim::Pod.3pm.gz
/usr/share/perl5/vendor_perl/Swim
/usr/share/perl5/vendor_perl/Swim.pm
/usr/share/perl5/vendor_perl/Swim.pod
/usr/share/perl5/vendor_perl/Swim/Byte.pm
/usr/share/perl5/vendor_perl/Swim/CheatSheet.pod
/usr/share/perl5/vendor_perl/Swim/Command.pm
/usr/share/perl5/vendor_perl/Swim/Design.pod
/usr/share/perl5/vendor_perl/Swim/Grammar.pm
/usr/share/perl5/vendor_perl/Swim/HTML.pm
/usr/share/perl5/vendor_perl/Swim/Markdown.pm
/usr/share/perl5/vendor_perl/Swim/Markup.pm
/usr/share/perl5/vendor_perl/Swim/Pod.pm
/usr/share/perl5/vendor_perl/Swim/Tree.pm
/usr/share/perl5/vendor_perl/Swim/Util.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Swim
/usr/share/perl5/vendor_perl/auto/share/dist/Swim/swim.pgx

References

Summary

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