How to Install and Uninstall R-MatrixGenerics.noarch Package on Fedora 39

Last updated: October 06,2024

1. Install "R-MatrixGenerics.noarch" package

This is a short guide on how to install R-MatrixGenerics.noarch on Fedora 39

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

2. Uninstall "R-MatrixGenerics.noarch" package

This guide covers the steps necessary to uninstall R-MatrixGenerics.noarch on Fedora 39:

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

3. Information about the R-MatrixGenerics.noarch package on Fedora 39

Last metadata expiration check: 2:54:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-MatrixGenerics
Version : 1.8.1
Release : 4.fc39
Architecture : noarch
Size : 400 k
Source : R-MatrixGenerics-1.8.1-4.fc39.src.rpm
Repository : fedora
Summary : S4 Generic Summary Statistic Functions that Operate on Matrix-Like Objects
URL : http://www.bioconductor.org/packages/release/bioc/html/MatrixGenerics.html
License : Artistic 2.0
Description : S4 generic functions modeled after the 'matrixStats' API for alternative matrix
: implementations. Packages with alternative matrix implementation can depend on
: this package and implement the generic functions that are defined here for a
: useful set of row and column summary statistics. Other package developers can
: import this package and handle a different matrix implementations without
: worrying about incompatibilities.