How to Install and Uninstall perl-Curses Package on openSUSE Leap

Last updated: October 06,2024

1. Install "perl-Curses" package

This is a short guide on how to install perl-Curses on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Curses

2. Uninstall "perl-Curses" package

Please follow the steps below to uninstall perl-Curses on openSUSE Leap:

$ sudo zypper remove perl-Curses

3. Information about the perl-Curses package on openSUSE Leap

Information for package perl-Curses:
------------------------------------
Repository : Main Repository
Name : perl-Curses
Version : 1.43-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 372.0 KiB
Installed : No
Status : not installed
Source package : perl-Curses-1.43-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Curses
Summary : Terminal screen handling and optimization
Description :
'Curses' is the interface between Perl and your system's curses(3) library.
For descriptions on the usage of a given function, variable, or constant,
consult your system's documentation, as such information invariably varies
(:-) between different curses(3) libraries and operating systems. This
document describes the interface itself, and assumes that you already know
how your system's curses(3) library works.