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

Last updated: May 19,2024

1. Install "python3-exam" package

In this section, we are going to explain the necessary steps to install python3-exam on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-exam

2. Uninstall "python3-exam" package

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

$ sudo zypper remove python3-exam

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

Information for package python3-exam:
-------------------------------------
Repository : Main Repository
Name : python3-exam
Version : 0.10.6-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 62.4 KiB
Installed : No
Status : not installed
Source package : python-exam-0.10.6-bp155.2.10.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.