How to Install and Uninstall PyYAML.src Package on Oracle Linux 8

Last updated: March 17,2025

1. Install "PyYAML.src" package

Please follow the guidelines below to install PyYAML.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install PyYAML.src

2. Uninstall "PyYAML.src" package

Please follow the steps below to uninstall PyYAML.src on Oracle Linux 8:

$ sudo dnf remove PyYAML.src $ sudo dnf autoremove

3. Information about the PyYAML.src package on Oracle Linux 8

Last metadata expiration check: 5:43:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : PyYAML
Version : 5.4.1
Release : 1.module+el8.5.0+20371+4f24d723
Architecture : src
Size : 188 k
Source : None
Repository : ol8_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.