How to Install and Uninstall R-zeallot.noarch Package on Fedora 35

Last updated: July 01,2024

1. Install "R-zeallot.noarch" package

Please follow the guidelines below to install R-zeallot.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install R-zeallot.noarch

2. Uninstall "R-zeallot.noarch" package

This is a short guide on how to uninstall R-zeallot.noarch on Fedora 35:

$ sudo dnf remove R-zeallot.noarch $ sudo dnf autoremove

3. Information about the R-zeallot.noarch package on Fedora 35

Last metadata expiration check: 1:16:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-zeallot
Version : 0.1.0
Release : 9.fc35
Architecture : noarch
Size : 70 k
Source : R-zeallot-0.1.0-9.fc35.src.rpm
Repository : fedora
Summary : Multiple, Unpacking, and Destructuring Assignment
URL : https://CRAN.R-project.org/package=zeallot
License : MIT
Description : 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.