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

Last updated: September 23,2024

1. Install "python3-cram.noarch" package

Please follow the step by step instructions below to install python3-cram.noarch on Fedora 39

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

2. Uninstall "python3-cram.noarch" package

Please follow the guidance below to uninstall python3-cram.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:13:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-cram
Version : 0.7
Release : 17.fc39
Architecture : noarch
Size : 62 k
Source : python-cram-0.7-17.fc39.src.rpm
Repository : fedora
Summary : Simple testing framework for command line applications
URL : https://bitheap.org/cram/
License : GPL-2.0-or-later
Description : Cram is a functional testing framework for command line applications. 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.