How to Install and Uninstall PyYAML.x86_64 Package on Amazon Linux 2

Last updated: April 28,2024

1. Install "PyYAML.x86_64" package

Please follow the step by step instructions below to install PyYAML.x86_64 on Amazon Linux 2

$ 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 Amazon Linux 2:

$ sudo yum remove PyYAML.x86_64 $ sudo yum autoremove

3. Information about the PyYAML.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : PyYAML
Arch : x86_64
Version : 3.10
Release : 11.amzn2.0.2
Size : 181 k
Repo : amzn2-core/2/x86_64
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.