How to Install and Uninstall python3-rapidyaml.x86_64 Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "python3-rapidyaml.x86_64" package

Please follow the steps below to install python3-rapidyaml.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-rapidyaml.x86_64

2. Uninstall "python3-rapidyaml.x86_64" package

Learn how to uninstall python3-rapidyaml.x86_64 on Oracle Linux 9:

$ sudo dnf remove python3-rapidyaml.x86_64 $ sudo dnf autoremove

3. Information about the python3-rapidyaml.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:17:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-rapidyaml
Version : 0.4.1
Release : 7.el9
Architecture : x86_64
Size : 162 k
Source : rapidyaml-0.4.1-7.el9.src.rpm
Repository : epel
Summary : Development files for Rapid YAML
URL : https://github.com/biojppm/rapidyaml
License : MIT
Description :
: Rapid YAML, or ryml, for short. ryml is a C++ library to parse and emit YAML,
: and do it fast, on everything from x64 to bare-metal chips without operating
: system. (If you are looking to use your programs with a YAML tree as a
: configuration tree with override facilities, take a look at c4conf).
:
: The python3-rapidyaml package contains Python bindings for Rapid YAML.