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

Last updated: May 17,2024

1. Install "pyzfs-doc" package

Please follow the guidelines below to install pyzfs-doc on Kali Linux

$ sudo apt update $ sudo apt install pyzfs-doc

2. Uninstall "pyzfs-doc" package

This tutorial shows how to uninstall pyzfs-doc on Kali Linux:

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

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

Package: pyzfs-doc
Source: zfs-linux
Version: 2.2.3-1
Installed-Size: 544
Maintainer: Debian ZFS on Linux maintainers
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Recommends: python3-pyzfs
Size: 61648
SHA256: 8df13c199902485e172db62647881eae5f4ecf3acee79e84bd6b8dde98ac3c87
SHA1: 04eaf131d93a7286d8b9670271062101b8478826
MD5sum: ddc43f3b93c3a15f42fe429f1ab88021
Description: wrapper for libzfs_core C library (documentation)
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.
.
This package contains the documentation.
Description-md5:
Homepage: https://zfsonlinux.org/
Section: contrib/doc
Priority: optional
Filename: pool/contrib/z/zfs-linux/pyzfs-doc_2.2.3-1_all.deb