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

Last updated: November 26,2024

1. Install "python3-yamlfix" package

In this section, we are going to explain the necessary steps to install python3-yamlfix on Kali Linux

$ sudo apt update $ sudo apt install python3-yamlfix

2. Uninstall "python3-yamlfix" package

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

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

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

Package: python3-yamlfix
Source: python-yamlfix
Version: 1.16.0-1
Installed-Size: 75
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-maison, python3-ruyaml, python3:any
Size: 17060
SHA256: 663aca0c4334b62ed2b75474ae665b4b0f337a4eefda8e00d2fcdff3c4d57f1a
SHA1: 9187688fd0bed9b9de5865af78d69fc5bfbd07a6
MD5sum: 3ea61876f373ce99e8831680f4a1241f
Description: Simple opionated yaml formatter that keeps your comments
yamlfix is a Python based YAML file formatter which will fix any known
formatting issue within your YAML files automatically.
.
It can read configuration settings from pyproject.toml, from configuration
files or environment variables while it is called from the CLI or by
including as Python library.
.
Main feature are:
* Add the header --- to your file.
* Correct truthy strings: 'True' -> true, 'no' -> 'false'
* Remove unnecessary apostrophes:
title: 'Why we sleep' -> title: Why we sleep.
* Correct comments
* Ensure that there is exactly one newline at the end of each file, to
comply with the POSIX standard.
* Split long lines.
* Respect Jinja2 syntax.
* Convert short lists to flow-style list: [item, item]
* Convert lists longer than line-width to block-style
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/lyz-code/yamlfix
Section: python
Priority: optional
Filename: pool/main/p/python-yamlfix/python3-yamlfix_1.16.0-1_all.deb

5. The same packages on other Linux Distributions