How to Install and Uninstall c4core-devel.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "c4core-devel.x86_64" package

Please follow the guidelines below to install c4core-devel.x86_64 on Fedora 34

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

2. Uninstall "c4core-devel.x86_64" package

This guide covers the steps necessary to uninstall c4core-devel.x86_64 on Fedora 34:

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

3. Information about the c4core-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:40:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : c4core-devel
Version : 0.1.6
Release : 6.fc34
Architecture : x86_64
Size : 73 k
Source : c4core-0.1.6-6.fc34.src.rpm
Repository : updates
Summary : C++ core utilities
URL : https://github.com/biojppm/c4core
License : MIT and Boost
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.