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

Last updated: October 05,2024

1. Install "python3-binstruct.noarch" package

Please follow the guidance below to install python3-binstruct.noarch on Fedora 35

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

2. Uninstall "python3-binstruct.noarch" package

This tutorial shows how to uninstall python3-binstruct.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:09:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-binstruct
Version : 1.0.1
Release : 18.fc35
Architecture : noarch
Size : 28 k
Source : python-binstruct-1.0.1-18.fc35.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.