How to Install and Uninstall python39-fixedint Package on openSuSE Tumbleweed
Last updated: November 17,2024
1. Install "python39-fixedint" package
This tutorial shows how to install python39-fixedint on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-fixedint
Copied
2. Uninstall "python39-fixedint" package
Please follow the instructions below to uninstall python39-fixedint on openSuSE Tumbleweed:
$
sudo zypper remove
python39-fixedint
Copied
3. Information about the python39-fixedint package on openSuSE Tumbleweed
Information for package python39-fixedint:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 79.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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fixedint
Version : 0.2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 79.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.