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

Last updated: May 15,2024

1. Install "python3-terminaltables" package

Please follow the instructions below to install python3-terminaltables on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-terminaltables

2. Uninstall "python3-terminaltables" package

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

$ sudo zypper remove python3-terminaltables

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

Information for package python3-terminaltables:
-----------------------------------------------
Repository : Main Repository
Name : python3-terminaltables
Version : 3.1.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 106.3 KiB
Installed : No
Status : not installed
Source package : python-terminaltables-3.1.0-bp155.2.11.src
Upstream URL : https://github.com/Robpol86/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.