How to Install and Uninstall perl-Term-Size.x86_64 Package on Fedora 38

Last updated: October 13,2024

1. Install "perl-Term-Size.x86_64" package

Please follow the guidance below to install perl-Term-Size.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Term-Size.x86_64

2. Uninstall "perl-Term-Size.x86_64" package

Please follow the steps below to uninstall perl-Term-Size.x86_64 on Fedora 38:

$ sudo dnf remove perl-Term-Size.x86_64 $ sudo dnf autoremove

3. Information about the perl-Term-Size.x86_64 package on Fedora 38

Last metadata expiration check: 4:18:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Term-Size
Version : 0.211
Release : 8.fc38
Architecture : x86_64
Size : 19 k
Source : perl-Term-Size-0.211-8.fc38.src.rpm
Repository : fedora
Summary : Simple way to get terminal size
URL : https://metacpan.org/release/Term-Size
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.