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

Last updated: October 05,2024

1. Install "R-matrixStats.x86_64" package

In this section, we are going to explain the necessary steps to install R-matrixStats.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 5:52:39 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-matrixStats
Version : 0.62.0
Release : 3.fc38
Architecture : x86_64
Size : 511 k
Source : R-matrixStats-0.62.0-3.fc38.src.rpm
Repository : updates
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().