How To Install perl-Tk-Text-SuperText on Fedora 36

In this tutorial we learn how to install perl-Tk-Text-SuperText in Fedora 36. perl-Tk-Text-SuperText is Improved text widget for perl/tk

Introduction

In this tutorial we learn how to install perl-Tk-Text-SuperText on Fedora 36.

What is perl-Tk-Text-SuperText

Tk widget while supporting all it’s standard features. Its used simply as the Tk

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

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

sudo dnf -y install perl-Tk-Text-SuperText

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

sudo yum -y install perl-Tk-Text-SuperText

How To Uninstall perl-Tk-Text-SuperText on Fedora 36

To uninstall only the perl-Tk-Text-SuperText package we can use the following command:

sudo dnf remove perl-Tk-Text-SuperText

perl-Tk-Text-SuperText Package Contents on Fedora 36

/usr/share/doc/perl-Tk-Text-SuperText
/usr/share/doc/perl-Tk-Text-SuperText/README
/usr/share/doc/perl-Tk-Text-SuperText/eg
/usr/share/doc/perl-Tk-Text-SuperText/eg/test.pl
/usr/share/man/man3/Tk::Text::SuperText.3pm.gz
/usr/share/perl5/vendor_perl/Tk
/usr/share/perl5/vendor_perl/Tk/Text
/usr/share/perl5/vendor_perl/Tk/Text/SuperText.pm

References

Summary

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