How to Install and Uninstall perl-Test-File Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Test-File" package

Please follow the instructions below to install perl-Test-File on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-File

2. Uninstall "perl-Test-File" package

This guide covers the steps necessary to uninstall perl-Test-File on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-File

3. Information about the perl-Test-File package on openSuSE Tumbleweed

Information for package perl-Test-File:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-File
Version : 1.993-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 70.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-File-1.993-1.6.src
Upstream URL : https://metacpan.org/release/Test-File
Summary : Test file attributes
Description :
This modules provides a collection of test utilities for file attributes.
Some file attributes depend on the owner of the process testing the file in
the same way the file test operators do. For instance, root (or super-user
or Administrator) may always be able to read files no matter the
permissions.
Some attributes don't make sense outside of Unix, either, so some tests
automatically skip if they think they won't work on the platform. If you
have a way to make these functions work on Windows, for instance, please
send me a patch. :) If you want to pretend to be Windows on a non-Windows
machine (for instance, to test 'skip()'), you can set the
'PRETEND_TO_BE_WINDOWS' environment variable.
The optional NAME parameter for every function allows you to specify a name
for the test. If not supplied, a reasonable default will be generated.