How to Install and Uninstall python3-ppmd Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-ppmd" package

This is a short guide on how to install python3-ppmd on Kali Linux

$ sudo apt update $ sudo apt install python3-ppmd

2. Uninstall "python3-ppmd" package

This tutorial shows how to uninstall python3-ppmd on Kali Linux:

$ sudo apt remove python3-ppmd $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ppmd package on Kali Linux

Package: python3-ppmd
Source: python-ppmd (0.3.3-4)
Version: 0.3.3-4+b2
Installed-Size: 108
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.4)
Size: 29620
SHA256: 6c3458a2f18f4df4db7ebb2fa84dd24937fd21fb5d4061af283668bddbc18e4a
SHA1: ae38505e682dfb29022a096d9578a2db97e4b6e5
MD5sum: 3bf3c155c464bf329c4f347050120b4e
Description: PPMd compression/decompression library
PPM(Prediction by partial matching) is a compression algorithm which has
several variations of implementations. PPMd is the implementation by Dmitry
Shkarin. It is used in the RAR and by 7-Zip as one of several possible methods.
.
ppmd, aka. ppmd-cffi, is a python bindings with PPMd implementation by C
language. The C codes are derived from p7zip, portable 7-zip implementation.
ppmd-cffi support PPMd ver.H and PPMd ver.I.
Description-md5:
Homepage: https://github.com/miurahr/ppmd
Section: python
Priority: optional
Filename: pool/main/p/python-ppmd/python3-ppmd_0.3.3-4+b2_amd64.deb