How to Install and Uninstall python3.11-pyyaml.src Package on Oracle Linux 9

Last updated: October 11,2024

1. Install "python3.11-pyyaml.src" package

This is a short guide on how to install python3.11-pyyaml.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3.11-pyyaml.src

2. Uninstall "python3.11-pyyaml.src" package

This is a short guide on how to uninstall python3.11-pyyaml.src on Oracle Linux 9:

$ sudo dnf remove python3.11-pyyaml.src $ sudo dnf autoremove

3. Information about the python3.11-pyyaml.src package on Oracle Linux 9

Last metadata expiration check: 3:34:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-pyyaml
Version : 6.0
Release : 1.el9
Architecture : src
Size : 125 k
Source : None
Repository : ol9_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.