How to Install and Uninstall perl-File-Remove Package on openSUSE Leap

Last updated: May 16,2024

1. Install "perl-File-Remove" package

Learn how to install perl-File-Remove on openSUSE Leap

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

2. Uninstall "perl-File-Remove" package

Please follow the guidance below to uninstall perl-File-Remove on openSUSE Leap:

$ sudo zypper remove perl-File-Remove

3. Information about the perl-File-Remove package on openSUSE Leap

Information for package perl-File-Remove:
-----------------------------------------
Repository : Main Repository
Name : perl-File-Remove
Version : 1.57-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 43.2 KiB
Installed : No
Status : not installed
Source package : perl-File-Remove-1.57-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/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.