How to Install and Uninstall perl-Term-Size.x86_64 Package on Rocky Linux 9
Last updated: November 26,2024
1. Install "perl-Term-Size.x86_64" package
Please follow the step by step instructions below to install perl-Term-Size.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Term-Size.x86_64
Copied
2. Uninstall "perl-Term-Size.x86_64" package
This guide let you learn how to uninstall perl-Term-Size.x86_64 on Rocky Linux 9:
$
sudo dnf remove
perl-Term-Size.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Term-Size.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:37:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Term-Size
Version : 0.211
Release : 5.el9
Architecture : x86_64
Size : 19 k
Source : perl-Term-Size-0.211-5.el9.src.rpm
Repository : epel
Summary : Simple way to get terminal size
URL : https://metacpan.org/release/Term-Size
License : GPL+ or Artistic
Description : Term::Size is a Perl module which provides a straightforward way to
: 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::Size::chars returns the size in units of characters, whereas
: Term::Size::pixels uses units of pixels.
Available Packages
Name : perl-Term-Size
Version : 0.211
Release : 5.el9
Architecture : x86_64
Size : 19 k
Source : perl-Term-Size-0.211-5.el9.src.rpm
Repository : epel
Summary : Simple way to get terminal size
URL : https://metacpan.org/release/Term-Size
License : GPL+ or Artistic
Description : Term::Size is a Perl module which provides a straightforward way to
: 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::Size::chars returns the size in units of characters, whereas
: Term::Size::pixels uses units of pixels.