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

Last updated: January 12,2025

1. Install "R-GenomicRanges.x86_64" package

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

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

2. Uninstall "R-GenomicRanges.x86_64" package

This is a short guide on how to uninstall R-GenomicRanges.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:18:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-GenomicRanges
Version : 1.44.0
Release : 3.fc36
Architecture : x86_64
Size : 2.1 M
Source : R-GenomicRanges-1.44.0-3.fc36.src.rpm
Repository : fedora
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.