How To Install R-sciplot on Fedora 36

In this tutorial we learn how to install R-sciplot in Fedora 36. R-sciplot is Scientific Graphing Functions for Factorial Designs

Introduction

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

What is R-sciplot

A collection of functions that creates graphs with error bars for data collected from one-way or higher factorial designs

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

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

sudo dnf -y install R-sciplot

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

sudo yum -y install R-sciplot

How To Uninstall R-sciplot on Fedora 36

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

sudo dnf remove R-sciplot

R-sciplot Package Contents on Fedora 36

/usr/share/R/library/sciplot
/usr/share/R/library/sciplot/CHANGELOG
/usr/share/R/library/sciplot/DESCRIPTION
/usr/share/R/library/sciplot/INDEX
/usr/share/R/library/sciplot/Meta
/usr/share/R/library/sciplot/Meta/Rd.rds
/usr/share/R/library/sciplot/Meta/features.rds
/usr/share/R/library/sciplot/Meta/hsearch.rds
/usr/share/R/library/sciplot/Meta/links.rds
/usr/share/R/library/sciplot/Meta/nsInfo.rds
/usr/share/R/library/sciplot/Meta/package.rds
/usr/share/R/library/sciplot/NAMESPACE
/usr/share/R/library/sciplot/R
/usr/share/R/library/sciplot/R/sciplot
/usr/share/R/library/sciplot/R/sciplot.rdb
/usr/share/R/library/sciplot/R/sciplot.rdx
/usr/share/R/library/sciplot/README
/usr/share/R/library/sciplot/help
/usr/share/R/library/sciplot/help/AnIndex
/usr/share/R/library/sciplot/help/aliases.rds
/usr/share/R/library/sciplot/help/bargraph.CI.html
/usr/share/R/library/sciplot/help/lineplot.CI.html
/usr/share/R/library/sciplot/help/paths.rds
/usr/share/R/library/sciplot/help/sciplot.rdb
/usr/share/R/library/sciplot/help/sciplot.rdx
/usr/share/R/library/sciplot/help/se.html
/usr/share/R/library/sciplot/html
/usr/share/R/library/sciplot/html/00Index.html
/usr/share/R/library/sciplot/html/R.css
/usr/share/R/library/sciplot/html/bargraph.CI.html
/usr/share/R/library/sciplot/html/lineplot.CI.html
/usr/share/R/library/sciplot/html/se.html

References

Summary

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