How to Install and Uninstall python312-fixedint Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python312-fixedint" package

Please follow the instructions below to install python312-fixedint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-fixedint

2. Uninstall "python312-fixedint" package

This tutorial shows how to uninstall python312-fixedint on openSuSE Tumbleweed:

$ sudo zypper remove python312-fixedint

3. Information about the python312-fixedint package on openSuSE Tumbleweed

Information for package python312-fixedint:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 108.9 KiB
Installed : No
Status : not installed
Source package : python-fixedint-0.2.0-2.1.src
Upstream URL : https://github.com/nneonneo/fixedint
Summary : simple fixed-width integers
Description :
This module provides fixed-size integer classes which retain their fixed nature across
arithmetic operations. It is geared towards users who need to emulate machine integers.
It provides flexible classes for defining integers with a fixed number of bits, as well
as predefined classes for common machine integer sizes. These classes can be used as
drop-in replacements for int/long, and can be sliced to extract bitfields.
Mutable versions of these integers are provided, enabling usages such as emulation
of machine registers.