How to Install and Uninstall python38-pyyaml.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python38-pyyaml.x86_64" package

Here is a brief guide to show you how to install python38-pyyaml.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python38-pyyaml.x86_64

2. Uninstall "python38-pyyaml.x86_64" package

Please follow the steps below to uninstall python38-pyyaml.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python38-pyyaml.x86_64 $ sudo dnf autoremove

3. Information about the python38-pyyaml.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:11:13 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python38-pyyaml
Version : 5.3.1
Release : 1.module_el8.3.0+441+3b561464
Architecture : x86_64
Size : 206 k
Source : PyYAML-5.3.1-1.module_el8.3.0+441+3b561464.src.rpm
Repository : appstream
Summary : YAML parser and emitter for Python
URL : https://github.com/yaml/pyyaml
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 persistence.