How to Install and Uninstall python3-cram.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "python3-cram.noarch" package

This tutorial shows how to install python3-cram.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-cram.noarch" package

Here is a brief guide to show you how to uninstall python3-cram.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-cram.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:07 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-cram
Version : 0.7
Release : 10.el9
Architecture : noarch
Size : 48 k
Source : python-cram-0.7-10.el9.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.