How To Install perl-Tk-DirSelect on Fedora 36

In this tutorial we learn how to install perl-Tk-DirSelect in Fedora 36. perl-Tk-DirSelect is Cross-platform directory selection widget

Introduction

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

What is perl-Tk-DirSelect

This module provides a cross-platform directory selection widget. For systems running Microsoft Windows, this includes selection of local and mapped network drives. A context menu (right-click or ) allows the creation, renaming, and deletion of directories while browsing.

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

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

sudo dnf -y install perl-Tk-DirSelect

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

sudo yum -y install perl-Tk-DirSelect

How To Uninstall perl-Tk-DirSelect on Fedora 36

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

sudo dnf remove perl-Tk-DirSelect

perl-Tk-DirSelect Package Contents on Fedora 36

/usr/share/doc/perl-Tk-DirSelect
/usr/share/doc/perl-Tk-DirSelect/Changes
/usr/share/doc/perl-Tk-DirSelect/README
/usr/share/man/man3/Tk::DirSelect.3pm.gz
/usr/share/perl5/vendor_perl/Tk
/usr/share/perl5/vendor_perl/Tk/DirSelect.pm

References

Summary

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