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

Last updated: May 08,2024

1. Install "python3-pyzfs" package

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

$ sudo apt update $ sudo apt install python3-pyzfs

2. Uninstall "python3-pyzfs" package

Please follow the guidance below to uninstall python3-pyzfs on Kali Linux:

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

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

Package: python3-pyzfs
Source: zfs-linux
Version: 2.2.3-1
Installed-Size: 432
Maintainer: Debian ZFS on Linux maintainers
Architecture: amd64
Depends: python3-cffi, zfsutils-linux (= 2.2.3-1), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any
Size: 68192
SHA256: 5f83c337b77ed20f19439f484704d18b4a4c0a48f343d32054d7937f60f68765
SHA1: c15418b1e4cf365ab24e85061a3a1efcdd329d64
MD5sum: db338eb031020bfc6e564241737af993
Description: wrapper for libzfs_core C library
libzfs_core is intended to be a stable interface for programmatic
administration of ZFS. This wrapper provides one-to-one wrappers for
libzfs_core API functions, but the signatures and types are more natural to
Python.
.
nvlists are wrapped as dictionaries or lists depending on their usage.
Some parameters have default values depending on typical use for
increased convenience. Enumerations and bit flags become strings and lists
of strings in Python. Errors are reported as exceptions rather than integer
errno-style error codes. The wrapper takes care to provide one-to-many
mapping of the error codes to the exceptions by interpreting a context
in which the error code is produced.
Description-md5:
Homepage: https://zfsonlinux.org/
Section: contrib/python
Priority: optional
Filename: pool/contrib/z/zfs-linux/python3-pyzfs_2.2.3-1_amd64.deb