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

Last updated: September 21,2024

1. Install "python2-cram" package

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

$ sudo zypper refresh $ sudo zypper install python2-cram

2. Uninstall "python2-cram" package

This is a short guide on how to uninstall python2-cram on openSUSE Leap:

$ sudo zypper remove python2-cram

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

Information for package python2-cram:
-------------------------------------
Repository : Main Repository
Name : python2-cram
Version : 0.7-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 121,3 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.