How to Install and Uninstall python-ruamel.yaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 27,2024

1. Install "python-ruamel.yaml" package

Learn how to install python-ruamel.yaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ruamel.yaml

2. Uninstall "python-ruamel.yaml" package

In this section, we are going to explain the necessary steps to uninstall python-ruamel.yaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ruamel.yaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ruamel.yaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ruamel.yaml
Priority: optional
Section: universe/python
Installed-Size: 635
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: ruamel.yaml
Version: 0.10.23-1
Depends: python (<< 2.8), python (>= 2.7~), python-ruamel.ordereddict, python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/r/ruamel.yaml/python-ruamel.yaml_0.10.23-1_amd64.deb
Size: 148276
MD5sum: d17904c134a290498c6d769be783b511
SHA1: b96cfce257714d92f15ccefddffa78f8791c0fa8
SHA256: ff49aa54dfcb229a031e7f28e0023d3df3c7c76ec07d8d9cad751e52364dca56
Description-en: roundtrip YAML parser/emitter (Python 2 module)
ruamel.yaml is a YAML parser supporting roundtrip preservation of
comments, seq/map flow style and map key order. It is a derivative of
Kirill Simonov's PyYAML 3.11 which supports YAML1.1.
.
This package contains the Python 2 module.
Description-md5: 469c8463cba99ee53c801eacbc6e2c1d
Homepage: https://bitbucket.org/ruamel/yaml
Python-Egg-Name: ruamel.yaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu