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

Last updated: July 02,2024

1. Install "python311-pyppmd" package

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

$ sudo zypper refresh $ sudo zypper install python311-pyppmd

2. Uninstall "python311-pyppmd" package

Please follow the steps below to uninstall python311-pyppmd on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyppmd

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

Information for package python311-pyppmd:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyppmd
Version : 1.1.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 223.1 KiB
Installed : No
Status : not installed
Source package : python-pyppmd-1.1.0-1.3.src
Upstream URL : https://codeberg.org/miurahr/pyppmd
Summary : PPMd compression/decompression library
Description :
The pyppmd module provides classes and functions for compressing and
decompressing text data, using PPM(Prediction by partial matching)
compression algorithm which has several variations of implementations.
PPMd is the implementation by Dmitry Shkarin. PyPPMD use Igor Pavlov's
range coder introduced in 7-zip.
The API is similar to Python's bz2/lzma/zlib module.
Some parts of th codes are derived from 7-zip, pyzstd and ppmd-cffi.