How to Install and Uninstall PyYAML.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 26,2024

1. Install "PyYAML.x86_64" package

This is a short guide on how to install PyYAML.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install PyYAML.x86_64

2. Uninstall "PyYAML.x86_64" package

Here is a brief guide to show you how to uninstall PyYAML.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove PyYAML.x86_64 $ sudo yum autoremove

3. Information about the PyYAML.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : PyYAML
Arch : x86_64
Version : 3.10
Release : 11.el7
Size : 630 k
Repo : installed
From repo : base
Summary : YAML parser and emitter for Python
URL : http://pyyaml.org/
License : MIT
Description : YAML is a data serialization format designed for human readability
: and interaction with scripting languages. PyYAML is a YAML parser
: and emitter for Python.
:
: PyYAML features a complete YAML 1.1 parser, Unicode support,
: pickle support, capable extension API, and sensible error
: messages. PyYAML supports standard YAML tags and provides
: Python-specific tags that allow to represent an arbitrary Python
: object.
:
: PyYAML is applicable for a broad range of tasks from complex
: configuration files to object serialization and persistance.