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

Last updated: May 20,2024

1. Install "python312-pyppmd" package

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

$ sudo zypper refresh $ sudo zypper install python312-pyppmd

2. Uninstall "python312-pyppmd" package

This guide covers the steps necessary to uninstall python312-pyppmd on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyppmd

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

Information for package python312-pyppmd:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyppmd
Version : 1.1.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 220.5 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.