How to Install and Uninstall perl-Filesys-Statvfs Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Filesys-Statvfs" package

Please follow the guidelines below to install perl-Filesys-Statvfs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Filesys-Statvfs

2. Uninstall "perl-Filesys-Statvfs" package

Please follow the guidelines below to uninstall perl-Filesys-Statvfs on openSuSE Tumbleweed:

$ sudo zypper remove perl-Filesys-Statvfs

3. Information about the perl-Filesys-Statvfs package on openSuSE Tumbleweed

Information for package perl-Filesys-Statvfs:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Filesys-Statvfs
Version : 0.82-1.28
Arch : x86_64
Vendor : openSUSE
Installed Size : 21.4 KiB
Installed : No
Status : not installed
Source package : perl-Filesys-Statvfs-0.82-1.28.src
Upstream URL : http://search.cpan.org/dist/Filesys-Statvfs/
Summary : Perl extension for statvfs() and fstatvfs()
Description :
Interface for statvfs() and fstatvfs()
Unless you need access to the bsize, flag, and namemax values, you should
probably look at using Filesys::DfPortable or Filesys::Df instead. They
will generally provide you with more functionality and portability.
The module should work with all flavors of Unix that implement the
'statvfs()' and 'fstatvfs()' calls. This would include Linux, *BSD, HP-UX,
AIX, Solaris, Mac OS X, Irix, Cygwin, etc ...
The 'statvfs()' and 'fstatvfs()' functions will return a list of values, or
will return 'undef' and set '$!' if there was an error.
The values returned are described in the statvfs/fstatvfs header or the
'statvfs()/fstatvfs()' man page.
The module assumes that if you have 'statvfs()', 'fstatvfs()' will also be
available.