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

Last updated: October 07,2024

1. Install "R-GenomicRanges.x86_64" package

Please follow the guidance below to install R-GenomicRanges.x86_64 on Fedora 38

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

2. Uninstall "R-GenomicRanges.x86_64" package

This tutorial shows how to uninstall R-GenomicRanges.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 4:17:44 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-GenomicRanges
Version : 1.48.0
Release : 3.fc38
Architecture : x86_64
Size : 2.1 M
Source : R-GenomicRanges-1.48.0-3.fc38.src.rpm
Repository : updates
Summary : Representation and manipulation of genomic intervals
URL : http://www.bioconductor.org/packages/release/bioc/html/GenomicRanges.html
License : Artistic 2.0
Description : The ability to efficiently store genomic annotations and alignments is
: playing a central role when it comes to analyze high-throughput sequencing
: data (a.k.a. NGS data). The package defines general purpose containers for
: storing genomic intervals as well as more specialized containers for
: storing alignments against a reference genome.