How to Install and Uninstall python3.12-pyyaml.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "python3.12-pyyaml.x86_64" package

Here is a brief guide to show you how to install python3.12-pyyaml.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3.12-pyyaml.x86_64

2. Uninstall "python3.12-pyyaml.x86_64" package

This guide covers the steps necessary to uninstall python3.12-pyyaml.x86_64 on CentOS Stream 9:

$ sudo dnf remove python3.12-pyyaml.x86_64 $ sudo dnf autoremove

3. Information about the python3.12-pyyaml.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:44:31 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-pyyaml
Version : 6.0.1
Release : 2.el9
Architecture : x86_64
Size : 222 k
Source : python3.12-pyyaml-6.0.1-2.el9.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.