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

Last updated: May 19,2024

1. Install "python3-pako" package

This tutorial shows how to install python3-pako on Kali Linux

$ sudo apt update $ sudo apt install python3-pako

2. Uninstall "python3-pako" package

Please follow the steps below to uninstall python3-pako on Kali Linux:

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

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

Package: python3-pako
Source: pako
Version: 0.3.1-2
Installed-Size: 44
Maintainer: Scarlett Moore
Architecture: all
Depends: python3-appdirs, python3:any
Suggests: python-pako-doc
Size: 8340
SHA256: fd1ece86c1e8c047c61af7f65d46419618b4f41aa15f1dd34f83c4e5cefd0348
SHA1: 124370ea50ee4f3fe4029ccfc8e8f2a50cdea868
MD5sum: 0062e041a0b6675d6574d21891ef2468
Description: Universal package manager library (Python 3)
Often, scripts need to install system dependencies using the native
package manager of the user's OS. Typically, this is solved by having
some bash script that runs apt-get, assuming the user is on Ubuntu.
Smarter scripts use hand crafted code to detect the user's platform
and aggregate a set of dependencies on a few of the more popular platforms.
This approach is different:
- pako install libgdbm-devel sdl2-dev
On Ubuntu, this command will run:
- sudo apt-get install -y libgdbm-dev libsdl2-dev
However, on Solus, this will run:
- sudo eopkg install -y gdbm-devel sdl2-devel
Works as follows:
- Parse package format (devel/debug/normal library or executable)
- Look up package managers that exist in PATH
- Format parsed package with common package convention of package manager
.
This package installs the binary for Python 3.
Description-md5:
Homepage: https://github.com/MycroftAI/pako
Section: python
Priority: optional
Filename: pool/main/p/pako/python3-pako_0.3.1-2_all.deb