How To Install csmith-devel on Fedora 36
Introduction
In this tutorial we learn how to install csmith-devel
on Fedora 36.
What is csmith-devel
The csmith-devel package contains the header files and libraries for use with the Csmith package.
We can use yum
or dnf
to install csmith-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csmith-devel.
Install csmith-devel 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 csmith-devel
using dnf
by running the following command:
sudo dnf -y install csmith-devel
Install csmith-devel 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 csmith-devel
using yum
by running the following command:
sudo yum -y install csmith-devel
How To Uninstall csmith-devel on Fedora 36
To uninstall only the csmith-devel
package we can use the following command:
sudo dnf remove csmith-devel
csmith-devel Package Contents on Fedora 36
/usr/include/csmith.h
/usr/include/csmith_minimal.h
/usr/include/platform_avr.h
/usr/include/platform_generic.h
/usr/include/platform_msp430.h
/usr/include/random_inc.h
/usr/include/safe_abbrev.h
/usr/include/safe_math.h
/usr/include/safe_math_macros.h
/usr/include/safe_math_macros_notmp.h
/usr/include/volatile_runtime.c
/usr/include/volatile_runtime.h
/usr/include/windows
/usr/include/windows/stdint.h
/usr/lib64/libcsmith.so
References
Summary
In this tutorial we learn how to install csmith-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install csmith-devel on Fedora 36” linkTitle: “csmith-devel” type: “docs” description: “In this tutorial we learn how to install csmith-devel in Fedora 36. csmith-devel is Header files and libraries for Csmith development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/csmith-devel-featured.png
Introduction
In this tutorial we learn how to install csmith-devel
on Fedora 36.
What is csmith-devel
The csmith-devel package contains the header files and libraries for use with the Csmith package.
We can use yum
or dnf
to install csmith-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csmith-devel.
Install csmith-devel 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 csmith-devel
using dnf
by running the following command:
sudo dnf -y install csmith-devel
Install csmith-devel 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 csmith-devel
using yum
by running the following command:
sudo yum -y install csmith-devel
How To Uninstall csmith-devel on Fedora 36
To uninstall only the csmith-devel
package we can use the following command:
sudo dnf remove csmith-devel
csmith-devel Package Contents on Fedora 36
/usr/include/csmith.h
/usr/include/csmith_minimal.h
/usr/include/platform_avr.h
/usr/include/platform_generic.h
/usr/include/platform_msp430.h
/usr/include/random_inc.h
/usr/include/safe_abbrev.h
/usr/include/safe_math.h
/usr/include/safe_math_macros.h
/usr/include/safe_math_macros_notmp.h
/usr/include/volatile_runtime.c
/usr/include/volatile_runtime.h
/usr/include/windows
/usr/include/windows/stdint.h
/usr/lib/libcsmith.so
References
Summary
In this tutorial we learn how to install csmith-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).