How to Install and Uninstall python2-pyyaml.x86_64 Package on Rocky Linux 8
Last updated: November 10,2024
1. Install "python2-pyyaml.x86_64" package
In this section, we are going to explain the necessary steps to install python2-pyyaml.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-pyyaml.x86_64
Copied
2. Uninstall "python2-pyyaml.x86_64" package
Please follow the guidelines below to uninstall python2-pyyaml.x86_64 on Rocky Linux 8:
$
sudo dnf remove
python2-pyyaml.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-pyyaml.x86_64 package on Rocky Linux 8
Last metadata expiration check: 2:12:51 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-pyyaml
Version : 3.12
Release : 16.module+el8.5.0+706+735ec4b3
Architecture : x86_64
Size : 190 k
Source : PyYAML-3.12-16.module+el8.5.0+706+735ec4b3.src.rpm
Repository : appstream
Summary : YAML parser and emitter for Python
URL : http://pyyaml.org/
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 persistance.
Available Packages
Name : python2-pyyaml
Version : 3.12
Release : 16.module+el8.5.0+706+735ec4b3
Architecture : x86_64
Size : 190 k
Source : PyYAML-3.12-16.module+el8.5.0+706+735ec4b3.src.rpm
Repository : appstream
Summary : YAML parser and emitter for Python
URL : http://pyyaml.org/
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 persistance.