How to Install and Uninstall python3-notcurses Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python3-notcurses" package

Please follow the steps below to install python3-notcurses on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-notcurses

2. Uninstall "python3-notcurses" package

This guide let you learn how to uninstall python3-notcurses on openSuSE Tumbleweed:

$ sudo zypper remove python3-notcurses

3. Information about the python3-notcurses package on openSuSE Tumbleweed

Information for package python3-notcurses:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-notcurses
Version : 3.0.9-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 223.9 KiB
Installed : No
Status : not installed
Source package : notcurses-3.0.9-3.1.src
Upstream URL : https://nick-black.com/dankwiki/index.php/Notcurses
Summary : Python3 bindings for the notcurses library
Description :
notcurses facilitates the creation of modern TUI programs, making
full use of Unicode and 24-bit TrueColor. Its API is similar
to that of NCURSES, but extends that with z-buffering, rendering
of images and video using ffmpeg, alpha blending, widgets, palette
fades, resize awareness, and multithreading support.
This subpackage contains the python3 bindings for the notcurses
library.