How to Install and Uninstall perl-Filesys-Df.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "perl-Filesys-Df.x86_64" package

Please follow the guidelines below to install perl-Filesys-Df.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Filesys-Df.x86_64

2. Uninstall "perl-Filesys-Df.x86_64" package

This guide covers the steps necessary to uninstall perl-Filesys-Df.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Filesys-Df.x86_64 $ sudo dnf autoremove

3. Information about the perl-Filesys-Df.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:29:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Filesys-Df
Version : 0.92
Release : 45.el9
Architecture : x86_64
Size : 21 k
Source : perl-Filesys-Df-0.92-45.el9.src.rpm
Repository : epel
Summary : Perl extension for filesystem disk space information
URL : https://metacpan.org/release/Filesys-Df
License : GPL+ or Artistic
Description : This module provides a way to obtain filesystem disk space information.
: This is a Unix only distribution. If you want to gather this information
: for Unix and Windows, use Filesys::DfPortable. The only major benefit of
: using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports
: the use of open file handles as arguments.