How to Install and Uninstall R-BiocFileCache.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "R-BiocFileCache.noarch" package

This tutorial shows how to install R-BiocFileCache.noarch on Fedora 34

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

2. Uninstall "R-BiocFileCache.noarch" package

This is a short guide on how to uninstall R-BiocFileCache.noarch on Fedora 34:

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

3. Information about the R-BiocFileCache.noarch package on Fedora 34

Last metadata expiration check: 2:35:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-BiocFileCache
Version : 1.14.0
Release : 1.fc34
Architecture : noarch
Size : 491 k
Source : R-BiocFileCache-1.14.0-1.fc34.src.rpm
Repository : fedora
Summary : Manage Files Across Sessions
URL : http://www.bioconductor.org/packages/release/bioc/html/BiocFileCache.html
License : Artistic 2.0
Description : This package creates a persistent on-disk cache of files that the user can
: add, update, and retrieve. It is useful for managing resources (such as custom
: Txdb objects) that are costly or difficult to create, web resources, and data
: files used across sessions.