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

Last updated: October 09,2024

1. Install "hedley-devel.i686" package

This is a short guide on how to install hedley-devel.i686 on Fedora 35

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

2. Uninstall "hedley-devel.i686" package

Please follow the steps below to uninstall hedley-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 0:34:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : hedley-devel
Version : 15
Release : 8.fc35
Architecture : i686
Size : 20 k
Source : hedley-15-8.fc35.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.