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

Last updated: October 08,2024

1. Install "python3-rapidyaml.x86_64" package

This tutorial shows how to install python3-rapidyaml.x86_64 on AlmaLinux 9

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

2. Uninstall "python3-rapidyaml.x86_64" package

This guide let you learn how to uninstall python3-rapidyaml.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:23:58 ago on Wed Mar 13 07:41:12 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.