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

Last updated: October 05,2024

1. Install "python3-binstruct.noarch" package

Here is a brief guide to show you how to install python3-binstruct.noarch on Fedora 34

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

2. Uninstall "python3-binstruct.noarch" package

This is a short guide on how to uninstall python3-binstruct.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:24:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-binstruct
Version : 1.0.1
Release : 16.fc34
Architecture : noarch
Size : 28 k
Source : python-binstruct-1.0.1-16.fc34.src.rpm
Repository : fedora
Summary : Library for read/write access of binary data via structures
URL : https://pypi.python.org/pypi/binstruct
License : GPLv3+
Description :
: The binstruct library allows you to access binary data using a
: predefined structure. The binary data can be provided in any form
: that allows an indexed access to single bytes. This could for example
: be a memory-mapped file. The data structure itself is defined in way
: similar to Django database table definitions by declaring a new class
: with its fields.