How to Install and Uninstall python310-fixedint Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "python310-fixedint" package
This guide let you learn how to install python310-fixedint on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-fixedint
Copied
2. Uninstall "python310-fixedint" package
This is a short guide on how to uninstall python310-fixedint on openSuSE Tumbleweed:
$
sudo zypper remove
python310-fixedint
Copied
3. Information about the python310-fixedint package on openSuSE Tumbleweed
Information for package python310-fixedint:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 79.6 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.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 79.6 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.