How to Install and Uninstall hedley-devel.x86_64 Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "hedley-devel.x86_64" package

This guide let you learn how to install hedley-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "hedley-devel.x86_64" package

This is a short guide on how to uninstall hedley-devel.x86_64 on CentOS Stream 8:

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

3. Information about the hedley-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:26:26 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : hedley-devel
Version : 15
Release : 8.el8
Architecture : x86_64
Size : 21 k
Source : hedley-15-8.el8.src.rpm
Repository : epel
Summary : A C/C++ header to help move #ifdefs out of your code
URL : https://nemequ.github.io/hedley/
License : CC0-1.0
Description : Hedley is a single C/C++ header you can include in your project to enable
: compiler-specific features while retaining compatibility with all compilers. It
: contains dozens of macros to help make your code easier to use, harder to
: misuse, safer, faster, and more portable.
:
: You can safely include Hedley in your public API, and it works with virtually
: any C or C++ compiler.