How to Install and Uninstall python3-curses Package on openSUSE Leap

Last updated: November 26,2024

1. Install "python3-curses" package

This is a short guide on how to install python3-curses on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-curses

2. Uninstall "python3-curses" package

Please follow the guidance below to uninstall python3-curses on openSUSE Leap:

$ sudo zypper remove python3-curses

3. Information about the python3-curses package on openSUSE Leap

Information for package python3-curses:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-curses
Version : 3.6.15-150300.10.54.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 148.5 KiB
Installed : No
Status : not installed
Source package : python3-3.6.15-150300.10.54.1.src
Upstream URL : https://www.python.org/
Summary : Python Interface to the (N)Curses Library
Description :
An easy to use interface to the (n)curses CUI library. CUI stands for
Console User Interface.