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

Last updated: November 23,2024

1. Install "python310-pyppmd" package

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

$ sudo zypper refresh $ sudo zypper install python310-pyppmd

2. Uninstall "python310-pyppmd" package

This guide let you learn how to uninstall python310-pyppmd on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyppmd

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

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