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

Last updated: May 21,2024

1. Install "python3-yaml" package

Please follow the guidance below to install python3-yaml on Kali Linux

$ sudo apt update $ sudo apt install python3-yaml

2. Uninstall "python3-yaml" package

Please follow the guidelines below to uninstall python3-yaml on Kali Linux:

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

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

Package: python3-yaml
Source: pyyaml
Version: 6.0.1-2
Installed-Size: 708
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libyaml-0-2
Size: 176784
SHA256: 9d55e24687f5d63daf405c08216ef73fcc4d31274959a331178cbb7517e378e3
SHA1: 50889ae1517ce04a9135faa5051a193fd71f0a1e
MD5sum: c10bd2da3ebe106f01af2500b94b50b0
Description: YAML parser and emitter for Python3
Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can
parse all examples from the specification. The parsing algorithm is simple
enough to be a reference for YAML parser implementors. A simple extension API
is also provided. The package is built using libyaml for improved speed.
Description-md5:
Multi-Arch: allowed
Homepage: https://github.com/yaml/pyyaml
Section: python
Priority: optional
Filename: pool/main/p/pyyaml/python3-yaml_6.0.1-2_amd64.deb