How To Install racket-devel on Fedora 36

In this tutorial we learn how to install racket-devel in Fedora 36. racket-devel is Development files for Racket

Introduction

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

What is racket-devel

Files needed to link against Racket.

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

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

sudo dnf -y install racket-devel

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

sudo yum -y install racket-devel

How To Uninstall racket-devel on Fedora 36

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

sudo dnf remove racket-devel

racket-devel Package Contents on Fedora 36

/usr/include/racket
/usr/include/racket/escheme.h
/usr/include/racket/ext.exp
/usr/include/racket/mzconfig.h
/usr/include/racket/mzscheme.exp
/usr/include/racket/mzscheme3m.exp
/usr/include/racket/scheme.h
/usr/include/racket/schemef.h
/usr/include/racket/schemegc2.h
/usr/include/racket/schemex.h
/usr/include/racket/schemexm.h
/usr/include/racket/schexn.h
/usr/include/racket/schgc2obj.h
/usr/include/racket/schthread.h
/usr/include/racket/schvers.h
/usr/include/racket/sconfig.h
/usr/include/racket/stypes.h
/usr/include/racket/uconfig.h
/usr/lib/libracket3m.so
/usr/share/licenses/racket-devel
/usr/share/licenses/racket-devel/COPYING-libscheme.txt
/usr/share/licenses/racket-devel/COPYING.txt
/usr/share/licenses/racket-devel/COPYING_LESSER.txt

References

Summary

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


title: “How To Install racket-devel on Fedora 36” linkTitle: “racket-devel” type: “docs” description: “In this tutorial we learn how to install racket-devel in Fedora 36. racket-devel is Development files for Racket” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/racket-devel-featured.png

Introduction

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

What is racket-devel

Files needed to link against Racket.

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

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

sudo dnf -y install racket-devel

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

sudo yum -y install racket-devel

How To Uninstall racket-devel on Fedora 36

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

sudo dnf remove racket-devel

racket-devel Package Contents on Fedora 36

/usr/include/racket
/usr/include/racket/escheme.h
/usr/include/racket/ext.exp
/usr/include/racket/mzconfig.h
/usr/include/racket/mzscheme.exp
/usr/include/racket/mzscheme3m.exp
/usr/include/racket/scheme.h
/usr/include/racket/schemef.h
/usr/include/racket/schemegc2.h
/usr/include/racket/schemex.h
/usr/include/racket/schemexm.h
/usr/include/racket/schexn.h
/usr/include/racket/schgc2obj.h
/usr/include/racket/schthread.h
/usr/include/racket/schvers.h
/usr/include/racket/sconfig.h
/usr/include/racket/stypes.h
/usr/include/racket/uconfig.h
/usr/lib64/libracket3m.so
/usr/share/licenses/racket-devel
/usr/share/licenses/racket-devel/COPYING-libscheme.txt
/usr/share/licenses/racket-devel/COPYING.txt
/usr/share/licenses/racket-devel/COPYING_LESSER.txt

References

Summary

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