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

Last updated: July 03,2024

1. Install "R-zeallot.noarch" package

This is a short guide on how to install R-zeallot.noarch on Fedora 34

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

2. Uninstall "R-zeallot.noarch" package

This guide let you learn how to uninstall R-zeallot.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:40:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-zeallot
Version : 0.1.0
Release : 7.fc34
Architecture : noarch
Size : 68 k
Source : R-zeallot-0.1.0-7.fc34.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.