Linux Packages

PyYAML.x86_64 package on CentOS 7 / RHEL 7

Current version: 3.10

How to install or uninstall PyYAML.x86_64 on CentOS 7 / RHEL 7 ?

Last updated on April 01, 2022

1. Install PyYAML.x86_64 package.

In this section, we are going to explain the necessary steps to install PyYAML.x86_64 package:

sudo yum install PyYAML.x86_64

2. Uninstall / Remove PyYAML.x86_64 package.

This is a short guide on how to uninstall PyYAML.x86_64 package:

sudo yum remove PyYAML.x86_64
sudo yum autoremove

3. Full information of PyYAML.x86_64 package.

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.

4. Related packages on CentOS 7 / RHEL 7.