How to Install and Uninstall hedley-devel.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "hedley-devel.i686" package

This tutorial shows how to install hedley-devel.i686 on Fedora 34

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

2. Uninstall "hedley-devel.i686" package

Please follow the instructions below to uninstall hedley-devel.i686 on Fedora 34:

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

3. Information about the hedley-devel.i686 package on Fedora 34

Last metadata expiration check: 1:58:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : hedley-devel
Version : 15
Release : 1.fc34
Architecture : i686
Size : 20 k
Source : hedley-15-1.fc34.src.rpm
Repository : fedora
Summary : A C/C++ header to help move #ifdefs out of your code
URL : https://nemequ.github.io/hedley/
License : CC0
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.