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


Introduction

Introduction

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

What is c4core-devel

What is c4core-devel

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.
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-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c4core-devel.

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

Install c4core-devel on Fedora 36 Using dnf

Install c4core-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh

```bash

sudo dnf makecache –refresh

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


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

sudo dnf -y install c4core-devel
```bash

sudo dnf -y install c4core-devel

## Install c4core-devel on Fedora 36 Using yum


## Install c4core-devel on Fedora 36 Using yum
Update yum database with `yum` using the following command.


```bash
Update yum database with `yum` using the following command.
sudo yum makecache --refresh

```bash

sudo yum makecache –refresh

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


```bash
sudo yum -y install c4core-devel
After updating yum database, We can install `c4core-devel` using `yum` by running the following command:

How To Uninstall c4core-devel on Fedora 36


sudo yum -y install c4core-devel
To uninstall only the `c4core-devel` package we can use the following command:

How To Uninstall c4core-devel on Fedora 36


sudo dnf remove c4core-devel

c4core-devel Package Contents on Fedora 36

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

```bash
sudo dnf remove c4core-devel

c4core-devel Package Contents on Fedora 36

/usr/include/c4
/usr/include/c4/allocator.hpp
/usr/include/c4/base64.hpp
/usr/include/c4/bitmask.hpp
/usr/include/c4/blob.hpp
/usr/include/c4/c4_pop.hpp
/usr/include/c4/c4_push.hpp
/usr/include/c4/c4core.natvis
/usr/include/c4/char_traits.hpp
/usr/include/c4/charconv.hpp
/usr/include/c4/common.hpp
/usr/include/c4/compiler.hpp
/usr/include/c4/config.hpp
/usr/include/c4/cpu.hpp
/usr/include/c4/ctor_dtor.hpp
/usr/include/c4/dump.hpp
/usr/include/c4/enum.hpp
/usr/include/c4/error.hpp
/usr/include/c4/export.hpp
/usr/include/c4/ext
/usr/include/c4/ext/debugbreak
/usr/include/c4/ext/debugbreak/debugbreak.h
/usr/include/c4/ext/fast_float.hpp
/usr/include/c4/ext/fast_float_all.h
/usr/include/c4/ext/rng
/usr/include/c4/ext/rng/rng.hpp
/usr/include/c4/ext/sg14
/usr/include/c4/ext/sg14/inplace_function.h
/usr/include/c4/format.hpp
/usr/include/c4/hash.hpp
/usr/include/c4/language.hpp
/usr/include/c4/memory_resource.hpp
/usr/include/c4/memory_util.hpp
/usr/include/c4/platform.hpp
/usr/include/c4/preprocessor.hpp
/usr/include/c4/restrict.hpp
/usr/include/c4/span.hpp
/usr/include/c4/std
/usr/include/c4/std/std.hpp
/usr/include/c4/std/std_fwd.hpp
/usr/include/c4/std/string.hpp
/usr/include/c4/std/string_fwd.hpp
/usr/include/c4/std/tuple.hpp
/usr/include/c4/std/vector.hpp
/usr/include/c4/std/vector_fwd.hpp
/usr/include/c4/substr.hpp
/usr/include/c4/substr_fwd.hpp
/usr/include/c4/szconv.hpp
/usr/include/c4/type_name.hpp
/usr/include/c4/types.hpp
/usr/include/c4/unrestrict.hpp
/usr/include/c4/utf.hpp
/usr/include/c4/windows.hpp
/usr/include/c4/windows_pop.hpp
/usr/include/c4/windows_push.hpp
/usr/lib64/cmake/c4core
/usr/lib64/cmake/c4core/c4coreConfig.cmake
/usr/lib64/cmake/c4core/c4coreConfigVersion.cmake
/usr/lib64/cmake/c4core/c4coreTargets-noconfig.cmake
/usr/lib64/cmake/c4core/c4coreTargets.cmake
/usr/lib64/libc4core.so

References

Summary

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

/usr/include/c4 /usr/include/c4/allocator.hpp /usr/include/c4/base64.hpp /usr/include/c4/bitmask.hpp /usr/include/c4/blob.hpp /usr/include/c4/c4_pop.hpp /usr/include/c4/c4_push.hpp /usr/include/c4/c4core.natvis /usr/include/c4/char_traits.hpp /usr/include/c4/charconv.hpp /usr/include/c4/common.hpp /usr/include/c4/compiler.hpp /usr/include/c4/config.hpp /usr/include/c4/cpu.hpp /usr/include/c4/ctor_dtor.hpp /usr/include/c4/dump.hpp /usr/include/c4/enum.hpp /usr/include/c4/error.hpp /usr/include/c4/export.hpp /usr/include/c4/ext /usr/include/c4/ext/debugbreak /usr/include/c4/ext/debugbreak/debugbreak.h /usr/include/c4/ext/fast_float.hpp /usr/include/c4/ext/fast_float_all.h /usr/include/c4/ext/rng /usr/include/c4/ext/rng/rng.hpp /usr/include/c4/ext/sg14 /usr/include/c4/ext/sg14/inplace_function.h /usr/include/c4/format.hpp /usr/include/c4/hash.hpp /usr/include/c4/language.hpp /usr/include/c4/memory_resource.hpp /usr/include/c4/memory_util.hpp /usr/include/c4/platform.hpp /usr/include/c4/preprocessor.hpp /usr/include/c4/restrict.hpp /usr/include/c4/span.hpp /usr/include/c4/std /usr/include/c4/std/std.hpp /usr/include/c4/std/std_fwd.hpp /usr/include/c4/std/string.hpp /usr/include/c4/std/string_fwd.hpp /usr/include/c4/std/tuple.hpp /usr/include/c4/std/vector.hpp /usr/include/c4/std/vector_fwd.hpp /usr/include/c4/substr.hpp /usr/include/c4/substr_fwd.hpp /usr/include/c4/szconv.hpp /usr/include/c4/type_name.hpp /usr/include/c4/types.hpp /usr/include/c4/unrestrict.hpp /usr/include/c4/utf.hpp /usr/include/c4/windows.hpp /usr/include/c4/windows_pop.hpp /usr/include/c4/windows_push.hpp /usr/lib/cmake/c4core /usr/lib/cmake/c4core/c4coreConfig.cmake /usr/lib/cmake/c4core/c4coreConfigVersion.cmake /usr/lib/cmake/c4core/c4coreTargets-noconfig.cmake /usr/lib/cmake/c4core/c4coreTargets.cmake /usr/lib/libc4core.so


## References

* [c4core-devel website](https://github.com/biojppm/c4core)

## Summary

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