How to Install and Uninstall yaml-cpp.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "yaml-cpp.x86_64" package

Please follow the guidelines below to install yaml-cpp.x86_64 on CentOS Stream 8

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

2. Uninstall "yaml-cpp.x86_64" package

This guide covers the steps necessary to uninstall yaml-cpp.x86_64 on CentOS Stream 8:

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

3. Information about the yaml-cpp.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:49:32 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : yaml-cpp
Version : 0.6.2
Release : 3.el8
Architecture : x86_64
Size : 171 k
Source : yaml-cpp-0.6.2-3.el8.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.