How to Install and Uninstall python2-cdecimal Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python2-cdecimal" package

This guide let you learn how to install python2-cdecimal on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-cdecimal

2. Uninstall "python2-cdecimal" package

In this section, we are going to explain the necessary steps to uninstall python2-cdecimal on openSUSE Leap:

$ sudo zypper remove python2-cdecimal

3. Information about the python2-cdecimal package on openSUSE Leap

Information for package python2-cdecimal:
-----------------------------------------
Repository : Main Repository
Name : python2-cdecimal
Version : 2.3-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 410,9 KiB
Installed : No
Status : not installed
Source package : python-cdecimal-2.3-bp153.1.14.src
Summary : Faster drop-in replacement for Python's "decimal" module
Description :
The python-cdecimal package is a faster drop-in replacement for the decimal
module in Python's standard library for Python version above 2.4 and below 3.3.
It provides a complete implementation of Mike Cowlishaw/IBM's General Decimal
Arithmetic Specification.
Since cdecimal is compatible with decimal, the official documentation is valid:
http://docs.python.org/library/decimal.html
For the few remaining differences, see:
http://www.bytereef.org/mpdecimal/doc/cdecimal/index.html
Please note: cdecimal has been integrated into CPython 3.3, where it supersedes
the pure Python version. If you need maximum decimal performance, you should
use that Python version.

5. The same packages on other Linux Distributions