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

Last updated: October 10,2024

1. Install "rapidyaml-devel.x86_64" package

Learn how to install rapidyaml-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "rapidyaml-devel.x86_64" package

Please follow the guidelines below to uninstall rapidyaml-devel.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:16:03 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rapidyaml-devel
Version : 0.4.1
Release : 7.el9
Architecture : x86_64
Size : 46 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 rapidyaml-devel package contains libraries and header files for developing
: applications that use Rapid YAML.