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

Last updated: April 28,2024

1. Install "python3-yapf" package

Please follow the guidelines below to install python3-yapf on Kali Linux

$ sudo apt update $ sudo apt install python3-yapf

2. Uninstall "python3-yapf" package

This guide let you learn how to uninstall python3-yapf on Kali Linux:

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

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

Package: python3-yapf
Source: yapf
Version: 0.33.0-1
Installed-Size: 884
Maintainer: Ana Custura
Architecture: all
Depends: python3-tomli, python3:any, python3-lib2to3, python3-pkg-resources
Size: 137764
SHA256: faaa4abaac03e124b2c1cbbb61c07739b125767a2684eaafa746871582bfa118
SHA1: 6caec2756e056eca791cb681168a0dfe339d4526
MD5sum: 8f392c674e6165ea9891f1e541e28f09
Description: public modules for yapf (Python 3)
Yapf is a tool that reformats code to the best formatting that conforms to the
style guide. It is not only concerned with lint errors, but also with the
stylistic appearance of Python code. The idea is also similar to the 'gofmt'
tool for the Go programming language. This package installs the tool for Python
2.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/google/yapf
Section: python
Priority: optional
Filename: pool/main/y/yapf/python3-yapf_0.33.0-1_all.deb