How To Install c4project on Fedora 36

In this tutorial we learn how to install c4project in Fedora 36. c4project is Useful CMake scripts

Introduction

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

What is c4project

Useful CMake scripts.

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

Install c4project 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 c4project using dnf by running the following command:

sudo dnf -y install c4project

Install c4project 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 c4project using yum by running the following command:

sudo yum -y install c4project

How To Uninstall c4project on Fedora 36

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

sudo dnf remove c4project

c4project Package Contents on Fedora 36

/usr/share/cmake/c4project
/usr/share/cmake/c4project/ConfigurationTypes.cmake
/usr/share/cmake/c4project/CreateSourceGroup.cmake
/usr/share/cmake/c4project/Doxyfile.full.in
/usr/share/cmake/c4project/Doxyfile.in
/usr/share/cmake/c4project/ExternalProjectUtils.cmake
/usr/share/cmake/c4project/FindD3D12.cmake
/usr/share/cmake/c4project/FindDX12.cmake
/usr/share/cmake/c4project/GetFlags.cmake
/usr/share/cmake/c4project/GetNames.cmake
/usr/share/cmake/c4project/LICENSE.txt
/usr/share/cmake/c4project/PVS-Studio.cmake
/usr/share/cmake/c4project/PatchUtils.cmake
/usr/share/cmake/c4project/PrintVar.cmake
/usr/share/cmake/c4project/README.md
/usr/share/cmake/c4project/TargetArchitecture.cmake
/usr/share/cmake/c4project/Toolchain-Arm-ubuntu.cmake
/usr/share/cmake/c4project/Toolchain-Armv7.cmake
/usr/share/cmake/c4project/Toolchain-PS4.cmake
/usr/share/cmake/c4project/Toolchain-XBoxOne.cmake
/usr/share/cmake/c4project/amalgamate_utils.py
/usr/share/cmake/c4project/c4CatSources.cmake
/usr/share/cmake/c4project/c4Doxygen.cmake
/usr/share/cmake/c4project/c4DoxygenConfig.cmake
/usr/share/cmake/c4project/c4GetTargetPropertyRecursive.cmake
/usr/share/cmake/c4project/c4Project.cmake
/usr/share/cmake/c4project/c4SanitizeTarget.cmake
/usr/share/cmake/c4project/c4StaticAnalysis.cmake
/usr/share/cmake/c4project/c4stlAddTarget.cmake
/usr/share/cmake/c4project/requirements_doc.txt
/usr/share/doc/c4project
/usr/share/doc/c4project/README.md
/usr/share/licenses/c4project
/usr/share/licenses/c4project/LICENSE.txt

References

Summary

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