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

Last updated: May 17,2024

1. Install "python3-cram" package

Here is a brief guide to show you how to install python3-cram on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cram

2. Uninstall "python3-cram" package

This tutorial shows how to uninstall python3-cram on openSUSE Leap:

$ sudo zypper remove python3-cram

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

Information for package python3-cram:
-------------------------------------
Repository : Main Repository
Name : python3-cram
Version : 0.7-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 132,9 KiB
Installed : No
Status : not installed
Source package : cram-0.7-bp153.1.15.src
Summary : A simple testing framework for command line applications
Description :
Cram is a functional testing framework for command line applications
based on Mercurial's `unified test format'.
Cram tests look like snippets of interactive shell sessions. Cram runs
each command and compares the command output in the test with the
command's actual output.