How To Install c4core on Fedora 36

In this tutorial we learn how to install c4core in Fedora 36. c4core is C++ core utilities

Introduction

In this tutorial we learn how to install c4core on Fedora 36.

What is c4core

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 (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.

We can use yum or dnf to install c4core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c4core.

Install c4core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install c4core using dnf by running the following command:

sudo dnf -y install c4core

Install c4core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install c4core using yum by running the following command:

sudo yum -y install c4core

How To Uninstall c4core on Fedora 36

To uninstall only the c4core package we can use the following command:

sudo dnf remove c4core

c4core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/f443a4d8c4aa14316cd73200c669facce0c171
/usr/lib/libc4core.so.0.1.9
/usr/share/doc/c4core
/usr/share/doc/c4core/README.md
/usr/share/doc/c4core/ROADMAP.md
/usr/share/doc/c4core/changelog
/usr/share/doc/c4core/changelog/0.1.0.md
/usr/share/doc/c4core/changelog/0.1.1.md
/usr/share/doc/c4core/changelog/0.1.2.md
/usr/share/doc/c4core/changelog/0.1.3.md
/usr/share/doc/c4core/changelog/0.1.4.md
/usr/share/doc/c4core/changelog/0.1.5.md
/usr/share/doc/c4core/changelog/0.1.6.md
/usr/share/doc/c4core/changelog/0.1.7.md
/usr/share/doc/c4core/changelog/0.1.8.md
/usr/share/doc/c4core/changelog/0.1.9.md
/usr/share/doc/c4core/changelog/current.md
/usr/share/licenses/c4core
/usr/share/licenses/c4core/LICENSE-BOOST.txt
/usr/share/licenses/c4core/LICENSE.txt

References

Summary

In this tutorial we learn how to install c4core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install c4core on Fedora 36” linkTitle: “c4core” type: “docs” description: “In this tutorial we learn how to install c4core in Fedora 36. c4core is C++ core utilities” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/c4core-featured.png

Introduction

In this tutorial we learn how to install c4core on Fedora 36.

What is c4core

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 (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.

We can use yum or dnf to install c4core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c4core.

Install c4core on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install c4core using dnf by running the following command:

sudo dnf -y install c4core

Install c4core on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install c4core using yum by running the following command:

sudo yum -y install c4core

How To Uninstall c4core on Fedora 36

To uninstall only the c4core package we can use the following command:

sudo dnf remove c4core

c4core Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/1289fdcad5761f66144e2396caff66ffa13629
/usr/lib64/libc4core.so.0.1.9
/usr/share/doc/c4core
/usr/share/doc/c4core/README.md
/usr/share/doc/c4core/ROADMAP.md
/usr/share/doc/c4core/changelog
/usr/share/doc/c4core/changelog/0.1.0.md
/usr/share/doc/c4core/changelog/0.1.1.md
/usr/share/doc/c4core/changelog/0.1.2.md
/usr/share/doc/c4core/changelog/0.1.3.md
/usr/share/doc/c4core/changelog/0.1.4.md
/usr/share/doc/c4core/changelog/0.1.5.md
/usr/share/doc/c4core/changelog/0.1.6.md
/usr/share/doc/c4core/changelog/0.1.7.md
/usr/share/doc/c4core/changelog/0.1.8.md
/usr/share/doc/c4core/changelog/0.1.9.md
/usr/share/doc/c4core/changelog/current.md
/usr/share/licenses/c4core
/usr/share/licenses/c4core/LICENSE-BOOST.txt
/usr/share/licenses/c4core/LICENSE.txt

References

Summary

In this tutorial we learn how to install c4core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).