How to Install and Uninstall c4core.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "c4core.i686" package

This guide let you learn how to install c4core.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install c4core.i686

2. Uninstall "c4core.i686" package

Please follow the instructions below to uninstall c4core.i686 on Fedora 36:

$ sudo dnf remove c4core.i686 $ sudo dnf autoremove

3. Information about the c4core.i686 package on Fedora 36

Last metadata expiration check: 2:15:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : c4core
Version : 0.1.9^20220802gitda43293
Release : 1.fc36
Architecture : i686
Size : 33 k
Source : c4core-0.1.9^20220802gitda43293-1.fc36.src.rpm
Repository : updates
Summary : C++ core utilities
URL : https://github.com/biojppm/c4core
License : MIT AND BSL-1.0
Description : c4core is a library of low-level C++ utilities, written with low-latency
: projects in mind.
:
: Some of the utilities provided by c4core have already equivalent functionality
: in the C++ standard, but they are provided as the existing C++ equivalent may
: be insufficient (eg, std::string_view), inefficient (eg, std::string), heavy
: (eg streams), or plainly unusable on some platforms/projects, (eg exceptions);
: some other utilities have equivalent under consideration for C++
: standardization; and yet some other utilities have (to my knowledge) no
: equivalent under consideration.