How to Install and Uninstall yaml-cpp.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "yaml-cpp.x86_64" package

Please follow the steps below to install yaml-cpp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install yaml-cpp.x86_64

2. Uninstall "yaml-cpp.x86_64" package

This guide let you learn how to uninstall yaml-cpp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove yaml-cpp.x86_64 $ sudo dnf autoremove

3. Information about the yaml-cpp.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:12:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : yaml-cpp
Version : 0.6.3
Release : 5.el9
Architecture : x86_64
Size : 122 k
Source : yaml-cpp-0.6.3-5.el9.src.rpm
Repository : epel
Summary : A YAML parser and emitter for C++
URL : https://github.com/jbeder/yaml-cpp
License : MIT
Description : yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.