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

Last updated: July 07,2024

1. Install "R-DelayedArray.x86_64" package

Please follow the instructions below to install R-DelayedArray.x86_64 on Fedora 34

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

2. Uninstall "R-DelayedArray.x86_64" package

Please follow the instructions below to uninstall R-DelayedArray.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:30:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-DelayedArray
Version : 0.16.1
Release : 1.fc34
Architecture : x86_64
Size : 2.0 M
Source : R-DelayedArray-0.16.1-1.fc34.src.rpm
Repository : fedora
Summary : Delayed operations on array-like objects
URL : http://www.bioconductor.org/packages/release/bioc/html/DelayedArray.html
License : Artistic 2.0
Description : Wrapping an array-like object (typically an on-disk object) in a DelayedArray
: object allows one to perform common array operations on it without loading
: the object in memory. In order to reduce memory usage and optimize
: performance, operations on the object are either delayed or executed using a
: block processing mechanism. Note that this also works on in-memory array-like
: objects like DataFrame objects (typically with Rle columns), Matrix objects,
: and ordinary arrays and data frames.