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

Last updated: May 21,2024

1. Install "python3-ruamel.yaml" package

Please follow the step by step instructions below to install python3-ruamel.yaml on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-ruamel.yaml" package

Please follow the instructions below to uninstall python3-ruamel.yaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-ruamel.yaml
Priority: optional
Section: universe/python
Installed-Size: 632
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: amd64
Source: ruamel.yaml
Version: 0.10.23-1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/r/ruamel.yaml/python3-ruamel.yaml_0.10.23-1_amd64.deb
Size: 151408
MD5sum: ac8547774c7c6c97fd961625b63e4e1d
SHA1: 5d871507fbf520dd2bf8906830c221072061bbfb
SHA256: 71457a9a917366580c59ce4ce3b7aca537a03fffdf75f48fe2ba9351c69da67c
Description-en: roundtrip YAML parser/emitter (Python 3 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 3 module.
Description-md5: 2e4defdca4861446cf4772eb995bf6ad
Homepage: https://bitbucket.org/ruamel/yaml
Python-Egg-Name: ruamel.yaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu