How to Install and Uninstall python3-cram.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-cram.noarch" package

Please follow the steps below to install python3-cram.noarch on Fedora 36

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

2. Uninstall "python3-cram.noarch" package

Please follow the steps below to uninstall python3-cram.noarch on Fedora 36:

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

3. Information about the python3-cram.noarch package on Fedora 36

Last metadata expiration check: 2:13:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cram
Version : 0.7
Release : 11.fc36
Architecture : noarch
Size : 47 k
Source : python-cram-0.7-11.fc36.src.rpm
Repository : fedora
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.