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

Last updated: May 19,2024

1. Install "python311-exam" package

This guide covers the steps necessary to install python311-exam on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-exam

2. Uninstall "python311-exam" package

Please follow the guidance below to uninstall python311-exam on openSuSE Tumbleweed:

$ sudo zypper remove python311-exam

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

Information for package python311-exam:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-exam
Version : 0.10.6-6.4
Arch : noarch
Vendor : openSUSE
Installed Size : 65.5 KiB
Installed : No
Status : not installed
Source package : python-exam-0.10.6-6.4.src
Upstream URL : https://github.com/fluxx/exam
Summary : Helpers for better testing
Description :
Exam is a Python toolkit for writing better tests.
It aims to remove a lot of the boiler plate testing
code one often writes, while still following Python
conventions and adhering to the unit testing interface.