How to Install and Uninstall R-S4Vectors.i686 Package on Fedora 35

Last updated: October 01,2024

1. Install "R-S4Vectors.i686" package

Please follow the instructions below to install R-S4Vectors.i686 on Fedora 35

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

2. Uninstall "R-S4Vectors.i686" package

This is a short guide on how to uninstall R-S4Vectors.i686 on Fedora 35:

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

3. Information about the R-S4Vectors.i686 package on Fedora 35

Last metadata expiration check: 2:08:04 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-S4Vectors
Version : 0.30.0
Release : 2.fc35
Architecture : i686
Size : 2.2 M
Source : R-S4Vectors-0.30.0-2.fc35.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).