How to Install and Uninstall perl-System-Command Package on openSUSE Leap

Last updated: May 14,2024

1. Install "perl-System-Command" package

This guide covers the steps necessary to install perl-System-Command on openSUSE Leap

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

2. Uninstall "perl-System-Command" package

Here is a brief guide to show you how to uninstall perl-System-Command on openSUSE Leap:

$ sudo zypper remove perl-System-Command

3. Information about the perl-System-Command package on openSUSE Leap

Information for package perl-System-Command:
--------------------------------------------
Repository : Main Repository
Name : perl-System-Command
Version : 1.121-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 66.2 KiB
Installed : No
Status : not installed
Source package : perl-System-Command-1.121-bp155.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.