How to Install and Uninstall python36-fastnumbers Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-fastnumbers" package

In this section, we are going to explain the necessary steps to install python36-fastnumbers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-fastnumbers

2. Uninstall "python36-fastnumbers" package

Please follow the guidance below to uninstall python36-fastnumbers on openSuSE Tumbleweed:

$ sudo zypper remove python36-fastnumbers

3. Information about the python36-fastnumbers package on openSuSE Tumbleweed

Information for package python36-fastnumbers:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-fastnumbers
Version : 3.1.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 106,1 KiB
Installed : No
Status : not installed
Source package : python-fastnumbers-3.1.0-1.3.src
Summary : Drop-in replacement for Python's int and float
Description :
fastnumbers is a Python module with three objectives:
1. To provide drop-in replacements for the Python built-in `int` and
`float` that, on average, are around 2x faster. These functions
should behave identically to the Python built-ins except for a few
specific corner-cases as mentioned in the API documentation.
2. To provide a set of convenience functions that wrap the above int
and float replacements and provide error handling.
3. To provide a set of functions that can be used to identify whether
an input could be converted to int or float.