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

Last updated: April 23,2024

1. Install "python3-testsuite" package

This guide covers the steps necessary to install python3-testsuite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testsuite

2. Uninstall "python3-testsuite" package

This is a short guide on how to uninstall python3-testsuite on openSUSE Leap:

$ sudo zypper remove python3-testsuite

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

Information for package python3-testsuite:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-testsuite
Version : 3.6.15-150300.10.54.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 44.8 MiB
Installed : No
Status : not installed
Source package : python3-core-3.6.15-150300.10.54.1.src
Upstream URL : https://www.python.org/
Summary : Unit tests for Python and its standard library
Description :
Unit tests that are useful for verifying integrity and functionality
of the installed Python interpreter and standard library.
They are a documented part of stdlib, as a module 'test'.