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

Last updated: July 04,2024

1. Install "python311-fixedint" package

Here is a brief guide to show you how to install python311-fixedint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-fixedint

2. Uninstall "python311-fixedint" package

Learn how to uninstall python311-fixedint on openSuSE Tumbleweed:

$ sudo zypper remove python311-fixedint

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

Information for package python311-fixedint:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 119.7 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.