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

Last updated: September 06,2024

1. Install "R-GenomicRanges.x86_64" package

This is a short guide on how to install R-GenomicRanges.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:47:43 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-GenomicRanges
Version : 1.44.0
Release : 2.fc35
Architecture : x86_64
Size : 2.1 M
Source : R-GenomicRanges-1.44.0-2.fc35.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.