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

Last updated: July 05,2024

1. Install "python3-mrcrowbar.noarch" package

This tutorial shows how to install python3-mrcrowbar.noarch on Fedora 34

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

2. Uninstall "python3-mrcrowbar.noarch" package

This tutorial shows how to uninstall python3-mrcrowbar.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:51:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-mrcrowbar
Version : 0.8.0
Release : 2.fc34
Architecture : noarch
Size : 237 k
Source : python-mrcrowbar-0.8.0-2.fc34.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.