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

Last updated: October 01,2024

1. Install "R-S4Vectors.x86_64" package

This tutorial shows how to install R-S4Vectors.x86_64 on Fedora 36

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

2. Uninstall "R-S4Vectors.x86_64" package

Here is a brief guide to show you how to uninstall R-S4Vectors.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:14:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-S4Vectors
Version : 0.30.0
Release : 3.fc36
Architecture : x86_64
Size : 2.2 M
Source : R-S4Vectors-0.30.0-3.fc36.src.rpm
Repository : fedora
Summary : S4 implementation of vectors and lists
URL : http://www.bioconductor.org/packages/release/bioc/html/S4Vectors.html
License : Artistic 2.0
Description : The S4Vectors package defines the Vector and List virtual classes and a set of
: generic functions that extend the semantic of ordinary vectors and lists in R.
: Package developers can easily implement vector-like or list-like objects as
: concrete subclasses of Vector or List. In addition, a few low-level concrete
: subclasses of general interest (e.g. DataFrame, Rle, and Hits) are implemented
: in the S4Vectors package itself (many more are implemented in the IRanges
: package and in other Bioconductor infrastructure packages).