How to Install and Uninstall python39-pyyaml.x86_64 Package on Oracle Linux 8

Last updated: April 27,2024

1. Install "python39-pyyaml.x86_64" package

Please follow the step by step instructions below to install python39-pyyaml.x86_64 on Oracle Linux 8

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

2. Uninstall "python39-pyyaml.x86_64" package

This is a short guide on how to uninstall python39-pyyaml.x86_64 on Oracle Linux 8:

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

3. Information about the python39-pyyaml.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:35:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python39-pyyaml
Version : 5.4.1
Release : 1.module+el8.5.0+20364+c7fe1181
Architecture : x86_64
Size : 200 k
Source : PyYAML-5.4.1-1.module+el8.5.0+20364+c7fe1181.src.rpm
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.