How to Install and Uninstall python311-terminaltables Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-terminaltables" package

This tutorial shows how to install python311-terminaltables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-terminaltables

2. Uninstall "python311-terminaltables" package

Please follow the step by step instructions below to uninstall python311-terminaltables on openSuSE Tumbleweed:

$ sudo zypper remove python311-terminaltables

3. Information about the python311-terminaltables package on openSuSE Tumbleweed

Information for package python311-terminaltables:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-terminaltables
Version : 3.1.10-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 94.3 KiB
Installed : No
Status : not installed
Source package : python-terminaltables-3.1.10-1.1.src
Upstream URL : https://github.com/matthewdeanmartin/terminaltables
Summary : Module for generating tables in terminals from a nested list of strings
Description :
terminaltables draws tables in terminal/console applications from a
list of lists of strings, and supports multi-line rows.