How to Install and Uninstall R-plyr.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "R-plyr.x86_64" package

This is a short guide on how to install R-plyr.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install R-plyr.x86_64

2. Uninstall "R-plyr.x86_64" package

Please follow the guidelines below to uninstall R-plyr.x86_64 on Fedora 35:

$ sudo dnf remove R-plyr.x86_64 $ sudo dnf autoremove

3. Information about the R-plyr.x86_64 package on Fedora 35

Last metadata expiration check: 5:50:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-plyr
Version : 1.8.6
Release : 7.fc35
Architecture : x86_64
Size : 853 k
Source : R-plyr-1.8.6-7.fc35.src.rpm
Repository : fedora
Summary : Tools for Splitting, Applying and Combining Data
URL : https://CRAN.R-project.org/package=plyr
License : MIT
Description : A set of tools that solves a common set of problems: you need to break a big
: problem down into manageable pieces, operate on each piece and then put all the
: pieces back together. For example, you might want to fit a model to each
: spatial location or time point in your study, summarise data by panels or
: collapse high-dimensional arrays to simpler summary statistics. The development
: of plyr has been generously supported by Becton Dickinson.