How to Install and Uninstall perl-System-Command Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "perl-System-Command" package

Here is a brief guide to show you how to install perl-System-Command on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-System-Command

2. Uninstall "perl-System-Command" package

Learn how to uninstall perl-System-Command on openSuSE Tumbleweed:

$ sudo zypper remove perl-System-Command

3. Information about the perl-System-Command package on openSuSE Tumbleweed

Information for package perl-System-Command:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-System-Command
Version : 1.122-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 65.9 KiB
Installed : No
Status : not installed
Source package : perl-System-Command-1.122-1.4.src
Upstream URL : https://metacpan.org/release/System-Command
Summary : Object for running system commands
Description :
System::Command is a class that launches external system commands and
return an object representing them, allowing to interact with them through
their 'STDIN', 'STDOUT' and 'STDERR' handles.