How to Install and Uninstall c4core.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "c4core.x86_64" package

Here is a brief guide to show you how to install c4core.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install c4core.x86_64

2. Uninstall "c4core.x86_64" package

Please follow the guidelines below to uninstall c4core.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove c4core.x86_64 $ sudo dnf autoremove

3. Information about the c4core.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:23:27 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : c4core
Version : 0.1.10
Release : 11.el8
Architecture : x86_64
Size : 30 k
Source : c4core-0.1.10-11.el8.src.rpm
Repository : epel
Summary : C++ core utilities
URL : https://github.com/biojppm/c4core
License : MIT AND BSL-1.0 AND BSD-2-Clause AND (Apache-2.0 OR MIT)
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.