How To Install R-combinat on Fedora 36

In this tutorial we learn how to install R-combinat in Fedora 36. R-combinat is R routines for combinatorics

Introduction

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

What is R-combinat

R routines for combinatorics

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

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

sudo dnf -y install R-combinat

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

sudo yum -y install R-combinat

How To Uninstall R-combinat on Fedora 36

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

sudo dnf remove R-combinat

R-combinat Package Contents on Fedora 36

/usr/share/R/library/combinat
/usr/share/R/library/combinat/DESCRIPTION
/usr/share/R/library/combinat/INDEX
/usr/share/R/library/combinat/Meta
/usr/share/R/library/combinat/Meta/Rd.rds
/usr/share/R/library/combinat/Meta/features.rds
/usr/share/R/library/combinat/Meta/hsearch.rds
/usr/share/R/library/combinat/Meta/links.rds
/usr/share/R/library/combinat/Meta/nsInfo.rds
/usr/share/R/library/combinat/Meta/package.rds
/usr/share/R/library/combinat/NAMESPACE
/usr/share/R/library/combinat/R
/usr/share/R/library/combinat/R/combinat
/usr/share/R/library/combinat/R/combinat.rdb
/usr/share/R/library/combinat/R/combinat.rdx
/usr/share/R/library/combinat/help
/usr/share/R/library/combinat/help/AnIndex
/usr/share/R/library/combinat/help/aliases.rds
/usr/share/R/library/combinat/help/combinat.rdb
/usr/share/R/library/combinat/help/combinat.rdx
/usr/share/R/library/combinat/help/combn.html
/usr/share/R/library/combinat/help/combn2.html
/usr/share/R/library/combinat/help/dmnom.html
/usr/share/R/library/combinat/help/fact.html
/usr/share/R/library/combinat/help/hcube.html
/usr/share/R/library/combinat/help/logfact.html
/usr/share/R/library/combinat/help/nCm.html
/usr/share/R/library/combinat/help/nsimplex.html
/usr/share/R/library/combinat/help/paths.rds
/usr/share/R/library/combinat/help/permn.html
/usr/share/R/library/combinat/help/rmultinomial.html
/usr/share/R/library/combinat/help/rmultz2.html
/usr/share/R/library/combinat/help/x2u.html
/usr/share/R/library/combinat/help/xsimplex.html
/usr/share/R/library/combinat/html
/usr/share/R/library/combinat/html/00Index.html
/usr/share/R/library/combinat/html/R.css
/usr/share/R/library/combinat/html/combn.html
/usr/share/R/library/combinat/html/dmnom.html
/usr/share/R/library/combinat/html/hcube.html
/usr/share/R/library/combinat/html/nsimplex.html
/usr/share/R/library/combinat/html/permn.html
/usr/share/R/library/combinat/html/rmultinomial.html
/usr/share/R/library/combinat/html/x2u.html
/usr/share/R/library/combinat/html/xsimplex.html

References

Summary

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