How to Install and Uninstall R-matrixStats.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "R-matrixStats.x86_64" package

Please follow the guidelines below to install R-matrixStats.x86_64 on Fedora 34

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

2. Uninstall "R-matrixStats.x86_64" package

Learn how to uninstall R-matrixStats.x86_64 on Fedora 34:

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

3. Information about the R-matrixStats.x86_64 package on Fedora 34

Last metadata expiration check: 4:36:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-matrixStats
Version : 0.58.0
Release : 1.fc34
Architecture : x86_64
Size : 694 k
Source : R-matrixStats-0.58.0-1.fc34.src.rpm
Repository : fedora
Summary : Functions that Apply to Rows and Columns of Matrices (and to Vectors)
URL : http://cran.r-project.org/web/packages/matrixStats/index.html
License : Artistic 2.0
Description : High-performing functions operating on rows and columns of matrices, e.g.
: col / rowMedians(), col / rowRanks(), and col / rowSds(). Functions optimized
: per data type and for subsetted calculations such that both memory usage and
: processing time is minimized. There are also optimized vector-based methods,
: e.g. binMeans(), madDiff() and weightedMedian().