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

Last updated: October 06,2024

1. Install "R-GenomicRanges.x86_64" package

This guide covers the steps necessary to install R-GenomicRanges.x86_64 on Fedora 34

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

2. Uninstall "R-GenomicRanges.x86_64" package

This guide let you learn how to uninstall R-GenomicRanges.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:30:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-GenomicRanges
Version : 1.42.0
Release : 1.fc34
Architecture : x86_64
Size : 2.0 M
Source : R-GenomicRanges-1.42.0-1.fc34.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.