How To Install R-stringi-devel on Fedora 36

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

Introduction

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

What is R-stringi-devel

Development files for R-stringi.

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

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

sudo dnf -y install R-stringi-devel

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

sudo yum -y install R-stringi-devel

How To Uninstall R-stringi-devel on Fedora 36

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

sudo dnf remove R-stringi-devel

R-stringi-devel Package Contents on Fedora 36

/usr/lib/R/library/stringi/include
/usr/lib/R/library/stringi/include/stringi.cpp
/usr/lib/R/library/stringi/include/stringi.h

References

Summary

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


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

Introduction

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

What is R-stringi-devel

Development files for R-stringi.

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

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

sudo dnf -y install R-stringi-devel

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

sudo yum -y install R-stringi-devel

How To Uninstall R-stringi-devel on Fedora 36

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

sudo dnf remove R-stringi-devel

R-stringi-devel Package Contents on Fedora 36

/usr/lib64/R/library/stringi/include
/usr/lib64/R/library/stringi/include/stringi.cpp
/usr/lib64/R/library/stringi/include/stringi.h

References

Summary

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