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

Last updated: July 05,2024

1. Install "python2-exam" package

Please follow the guidance below to install python2-exam on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-exam

2. Uninstall "python2-exam" package

This tutorial shows how to uninstall python2-exam on openSUSE Leap:

$ sudo zypper remove python2-exam

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

Information for package python2-exam:
-------------------------------------
Repository : Main Repository
Name : python2-exam
Version : 0.10.6-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 56,2 KiB
Installed : No
Status : not installed
Source package : python-exam-0.10.6-bp153.1.17.src
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.