How to Install and Uninstall python3-binstruct.noarch Package on Fedora 36
Last updated: January 16,2025
1. Install "python3-binstruct.noarch" package
Please follow the step by step instructions below to install python3-binstruct.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-binstruct.noarch
Copied
2. Uninstall "python3-binstruct.noarch" package
Please follow the step by step instructions below to uninstall python3-binstruct.noarch on Fedora 36:
$
sudo dnf remove
python3-binstruct.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-binstruct.noarch package on Fedora 36
Last metadata expiration check: 2:12:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-binstruct
Version : 1.0.1
Release : 19.fc36
Architecture : noarch
Size : 28 k
Source : python-binstruct-1.0.1-19.fc36.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.
Available Packages
Name : python3-binstruct
Version : 1.0.1
Release : 19.fc36
Architecture : noarch
Size : 28 k
Source : python-binstruct-1.0.1-19.fc36.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.