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

Last updated: October 06,2024

1. Install "R-zeallot.noarch" package

Please follow the step by step instructions below to install R-zeallot.noarch on Fedora 36

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

2. Uninstall "R-zeallot.noarch" package

Here is a brief guide to show you how to uninstall R-zeallot.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:33:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-zeallot
Version : 0.1.0
Release : 10.fc36
Architecture : noarch
Size : 70 k
Source : R-zeallot-0.1.0-10.fc36.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.