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

Last updated: May 19,2024

1. Install "python3-yamlordereddictloader" package

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

$ sudo apt update $ sudo apt install python3-yamlordereddictloader

2. Uninstall "python3-yamlordereddictloader" package

Learn how to uninstall python3-yamlordereddictloader on Kali Linux:

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

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

Package: python3-yamlordereddictloader
Source: python-yamlordereddictloader
Version: 0.4.0-1.1
Installed-Size: 23
Maintainer: Steffen Moeller
Architecture: all
Depends: python3:any, python3-yaml
Size: 5040
SHA256: 12624c85ac757bdc3e04d49e040e0cb068a53c186172009cabd673745e0beb8d
SHA1: 9e32cea6796ffe0a4a751a3e62feabbe57e14faf
MD5sum: 3eda834390ba6df6a239005ffc6bd566
Description: loader and dump for PyYAML keeping keys order
This module provide a loader and a dumper for PyYAML allowing to keep
items order when loading a file (by putting them in OrderedDict objects)
and to manage OrderedDict objects when dumping to a file.
.
The loader is based on stackoverflow topic (thanks to Eric Naeseth):
http://stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts#answer-5121963
.
This package installs the library for Python 3 and is already DEPRECATED:
the Phynix/yamlloader project provide an improved version of this library
with unit tests, performance improvements (by providing access to the
C implementation of PyYAML) and is more actively developed. You should
use it!
.
This package is a dependency for python-airr.
Description-md5:
Homepage: https://github.com/fmenabe/python-yamlordereddictloader
Section: python
Priority: optional
Filename: pool/main/p/python-yamlordereddictloader/python3-yamlordereddictloader_0.4.0-1.1_all.deb