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

Last updated: January 11,2025

1. Install "R-S4Vectors.i686" package

This guide covers the steps necessary to install R-S4Vectors.i686 on Fedora 36

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

2. Uninstall "R-S4Vectors.i686" package

Please follow the instructions below to uninstall R-S4Vectors.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:43:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-S4Vectors
Version : 0.30.0
Release : 3.fc36
Architecture : i686
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).