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

Last updated: November 07,2024

1. Install "perl-File-Remove" package

In this section, we are going to explain the necessary steps to install perl-File-Remove on openSuSE Tumbleweed

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

2. Uninstall "perl-File-Remove" package

Please follow the step by step instructions below to uninstall perl-File-Remove on openSuSE Tumbleweed:

$ sudo zypper remove perl-File-Remove

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

Information for package perl-File-Remove:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-File-Remove
Version : 1.61-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 44.6 KiB
Installed : No
Status : not installed
Source package : perl-File-Remove-1.61-1.7.src
Upstream URL : https://metacpan.org/release/File-Remove
Summary : Remove files and directories
Description :
*File::Remove::remove* removes files and directories. It acts like
*/bin/rm*, for the most part. Although 'unlink' can be given a list of
files, it will not remove directories; this module remedies that. It also
accepts wildcards, * and ?, as arguments for filenames.
*File::Remove::trash* accepts the same arguments as *remove*, with the
addition of an optional, infrequently used "other platforms" hashref.