How To Install R-bindr on Fedora 36
Introduction
In this tutorial we learn how to install R-bindr
on Fedora 36.
What is R-bindr
Provides a simple interface for creating active bindings where the bound function accepts additional arguments.
We can use yum
or dnf
to install R-bindr
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-bindr.
Install R-bindr 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-bindr
using dnf
by running the following command:
sudo dnf -y install R-bindr
Install R-bindr 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-bindr
using yum
by running the following command:
sudo yum -y install R-bindr
How To Uninstall R-bindr on Fedora 36
To uninstall only the R-bindr
package we can use the following command:
sudo dnf remove R-bindr
R-bindr Package Contents on Fedora 36
/usr/share/R/library/bindr
/usr/share/R/library/bindr/DESCRIPTION
/usr/share/R/library/bindr/INDEX
/usr/share/R/library/bindr/LICENSE
/usr/share/R/library/bindr/Meta
/usr/share/R/library/bindr/Meta/Rd.rds
/usr/share/R/library/bindr/Meta/features.rds
/usr/share/R/library/bindr/Meta/hsearch.rds
/usr/share/R/library/bindr/Meta/links.rds
/usr/share/R/library/bindr/Meta/nsInfo.rds
/usr/share/R/library/bindr/Meta/package.rds
/usr/share/R/library/bindr/NAMESPACE
/usr/share/R/library/bindr/NEWS.md
/usr/share/R/library/bindr/R
/usr/share/R/library/bindr/R/bindr
/usr/share/R/library/bindr/R/bindr.rdb
/usr/share/R/library/bindr/R/bindr.rdx
/usr/share/R/library/bindr/help
/usr/share/R/library/bindr/help/AnIndex
/usr/share/R/library/bindr/help/aliases.rds
/usr/share/R/library/bindr/help/bindr-package.html
/usr/share/R/library/bindr/help/bindr.html
/usr/share/R/library/bindr/help/bindr.rdb
/usr/share/R/library/bindr/help/bindr.rdx
/usr/share/R/library/bindr/help/create_env.html
/usr/share/R/library/bindr/help/paths.rds
/usr/share/R/library/bindr/help/populate_env.html
/usr/share/R/library/bindr/html
/usr/share/R/library/bindr/html/00Index.html
/usr/share/R/library/bindr/html/R.css
/usr/share/R/library/bindr/html/bindr-package.html
/usr/share/R/library/bindr/html/create_env.html
References
Summary
In this tutorial we learn how to install R-bindr
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).