How To Install perl-Text-RecordParser-tools on Fedora 36
Introduction
In this tutorial we learn how to install perl-Text-RecordParser-tools on Fedora 36.
What is perl-Text-RecordParser-tools
This package contains the directly-runnable tools from perl-Text-RecordParser (tab2graph, tablify etc.) They are packaged separately so things that only need the perl-Text-RecordParser modules do not also pull in dependencies specific to the tools.
We can use yum or dnf to install perl-Text-RecordParser-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-RecordParser-tools.
Install perl-Text-RecordParser-tools 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-Text-RecordParser-tools using dnf by running the following command:
sudo dnf -y install perl-Text-RecordParser-tools
Install perl-Text-RecordParser-tools 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-Text-RecordParser-tools using yum by running the following command:
sudo yum -y install perl-Text-RecordParser-tools
How To Uninstall perl-Text-RecordParser-tools on Fedora 36
To uninstall only the perl-Text-RecordParser-tools package we can use the following command:
sudo dnf remove perl-Text-RecordParser-tools
perl-Text-RecordParser-tools Package Contents on Fedora 36
/usr/bin/tab2graph
/usr/bin/tablify
/usr/bin/tabmerge
References
Summary
In this tutorial we learn how to install perl-Text-RecordParser-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).