How To Install perl-Term-Size on Fedora 36
Introduction
In this tutorial we learn how to install perl-Term-Size
on Fedora 36.
What is perl-Term-Size
Term retrieve the terminal size. Both functions take an optional filehandle argument, which defaults to *STDIN{IO}. They both return a list of two values, which are the current width and height, respectively, of the terminal associated with the specified filehandle. Term Term
We can use yum
or dnf
to install perl-Term-Size
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-Size.
Install perl-Term-Size 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-Term-Size
using dnf
by running the following command:
sudo dnf -y install perl-Term-Size
Install perl-Term-Size 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-Term-Size
using yum
by running the following command:
sudo yum -y install perl-Term-Size
How To Uninstall perl-Term-Size on Fedora 36
To uninstall only the perl-Term-Size
package we can use the following command:
sudo dnf remove perl-Term-Size
perl-Term-Size Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/5a74fe4c77896ca7a5c59d8f1b04ba96613ac9
/usr/lib64/perl5/vendor_perl/Term
/usr/lib64/perl5/vendor_perl/Term/Size.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/Term
/usr/lib64/perl5/vendor_perl/auto/Term/Size
/usr/lib64/perl5/vendor_perl/auto/Term/Size/Size.so
/usr/share/doc/perl-Term-Size
/usr/share/doc/perl-Term-Size/Changes
/usr/share/doc/perl-Term-Size/README
/usr/share/man/man3/Term::Size.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Term-Size
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).