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

Last updated: October 07,2024

1. Install "R-IRanges.x86_64" package

Here is a brief guide to show you how to install R-IRanges.x86_64 on Fedora 36

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

2. Uninstall "R-IRanges.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-IRanges.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:46:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-IRanges
Version : 2.26.0
Release : 3.fc36
Architecture : x86_64
Size : 2.4 M
Source : R-IRanges-2.26.0-3.fc36.src.rpm
Repository : fedora
Summary : Low-level containers for storing sets of integer ranges
URL : http://bioconductor.org/packages/release/bioc/html/IRanges.html
License : Artistic 2.0 and Copyright only
Description : The IRanges class and its extensions are low-level containers
: for storing sets of integer ranges. A typical use of these containers
: in biology is for representing a set of chromosome regions.
: More specific extensions of the IRanges class will typically
: allow the storage of additional information attached to each
: chromosome region as well as a hierarchical relationship between
: these regions.