How To Install R-zeallot on Fedora 36
Introduction
In this tutorial we learn how to install R-zeallot
on Fedora 36.
What is R-zeallot
Provides a %<-% operator to perform multiple, unpacking, and destructuring assignment in R. The operator unpacks the right-hand side of an assignment into multiple values and assigns these values to variables on the left-hand side of the assignment.
We can use yum
or dnf
to install R-zeallot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-zeallot.
Install R-zeallot 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-zeallot
using dnf
by running the following command:
sudo dnf -y install R-zeallot
Install R-zeallot 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-zeallot
using yum
by running the following command:
sudo yum -y install R-zeallot
How To Uninstall R-zeallot on Fedora 36
To uninstall only the R-zeallot
package we can use the following command:
sudo dnf remove R-zeallot
R-zeallot Package Contents on Fedora 36
/usr/share/R/library/zeallot
/usr/share/R/library/zeallot/DESCRIPTION
/usr/share/R/library/zeallot/INDEX
/usr/share/R/library/zeallot/LICENSE
/usr/share/R/library/zeallot/Meta
/usr/share/R/library/zeallot/Meta/Rd.rds
/usr/share/R/library/zeallot/Meta/features.rds
/usr/share/R/library/zeallot/Meta/hsearch.rds
/usr/share/R/library/zeallot/Meta/links.rds
/usr/share/R/library/zeallot/Meta/nsInfo.rds
/usr/share/R/library/zeallot/Meta/package.rds
/usr/share/R/library/zeallot/Meta/vignette.rds
/usr/share/R/library/zeallot/NAMESPACE
/usr/share/R/library/zeallot/NEWS.md
/usr/share/R/library/zeallot/R
/usr/share/R/library/zeallot/R/zeallot
/usr/share/R/library/zeallot/R/zeallot.rdb
/usr/share/R/library/zeallot/R/zeallot.rdx
/usr/share/R/library/zeallot/doc
/usr/share/R/library/zeallot/doc/index.html
/usr/share/R/library/zeallot/doc/unpacking-assignment.R
/usr/share/R/library/zeallot/doc/unpacking-assignment.Rmd
/usr/share/R/library/zeallot/doc/unpacking-assignment.html
/usr/share/R/library/zeallot/help
/usr/share/R/library/zeallot/help/+25+3C-+25.html
/usr/share/R/library/zeallot/help/+25-+3E+25.html
/usr/share/R/library/zeallot/help/AnIndex
/usr/share/R/library/zeallot/help/aliases.rds
/usr/share/R/library/zeallot/help/destructure-methods.html
/usr/share/R/library/zeallot/help/destructure.Date.html
/usr/share/R/library/zeallot/help/destructure.character.html
/usr/share/R/library/zeallot/help/destructure.complex.html
/usr/share/R/library/zeallot/help/destructure.data.frame.html
/usr/share/R/library/zeallot/help/destructure.default.html
/usr/share/R/library/zeallot/help/destructure.html
/usr/share/R/library/zeallot/help/destructure.summary.lm.html
/usr/share/R/library/zeallot/help/operator.html
/usr/share/R/library/zeallot/help/paths.rds
/usr/share/R/library/zeallot/help/zeallot-package.html
/usr/share/R/library/zeallot/help/zeallot.html
/usr/share/R/library/zeallot/help/zeallot.rdb
/usr/share/R/library/zeallot/help/zeallot.rdx
/usr/share/R/library/zeallot/html
/usr/share/R/library/zeallot/html/00Index.html
/usr/share/R/library/zeallot/html/R.css
/usr/share/R/library/zeallot/html/destructure-methods.html
/usr/share/R/library/zeallot/html/destructure.html
/usr/share/R/library/zeallot/html/operator.html
/usr/share/R/library/zeallot/html/zeallot.html
References
Summary
In this tutorial we learn how to install R-zeallot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).