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

Last updated: November 26,2024

1. Install "python3-mrcrowbar.noarch" package

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

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

2. Uninstall "python3-mrcrowbar.noarch" package

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

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

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

Last metadata expiration check: 5:32:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-mrcrowbar
Version : 0.8.0
Release : 5.fc36
Architecture : noarch
Size : 240 k
Source : python-mrcrowbar-0.8.0-5.fc36.src.rpm
Repository : fedora
Summary : Library and framework for reverse engineering binary file formats
URL : https://github.com/moralrecordings/mrcrowbar
License : BSD
Description : Mr. Crowbar is a Django-esque model framework that makes it super easy
: to work with proprietary binary formats while reverse engineering.
:
: File formats are described with Python classes that allow ORM-like free
: modification of structures and properties, which in turn can be validated
: and converted back to the binary equivalent at any time.