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

Last updated: May 20,2024

1. Install "python3-blessings" package

This tutorial shows how to install python3-blessings on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-blessings

2. Uninstall "python3-blessings" package

This guide let you learn how to uninstall python3-blessings on openSUSE Leap:

$ sudo zypper remove python3-blessings

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

Information for package python3-blessings:
------------------------------------------
Repository : Main Repository
Name : python3-blessings
Version : 1.7-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 124.7 KiB
Installed : No
Status : not installed
Source package : python-blessings-1.7-bp155.2.13.src
Upstream URL : https://github.com/erikrose/blessings
Summary : A thin, practical wrapper around terminal capabilities in Python
Description :
Curses-like terminal wrapper with a display based on compositing 2d
arrays of text.