How to Install and Uninstall python3-cram.noarch Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "python3-cram.noarch" package

This tutorial shows how to install python3-cram.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-cram.noarch

2. Uninstall "python3-cram.noarch" package

This is a short guide on how to uninstall python3-cram.noarch on Oracle Linux 8:

$ sudo dnf remove python3-cram.noarch $ sudo dnf autoremove

3. Information about the python3-cram.noarch package on Oracle Linux 8

Last metadata expiration check: 5:48:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-cram
Version : 0.7
Release : 4.el8
Architecture : noarch
Size : 50 k
Source : python-cram-0.7-4.el8.src.rpm
Repository : epel
Summary : Simple testing framework for command line applications
URL : https://bitheap.org/cram/
License : GPLv2+
Description : 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.