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

Last updated: October 07,2024

1. Install "R-S4Vectors.i686" package

This tutorial shows how to install R-S4Vectors.i686 on Fedora 34

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

2. Uninstall "R-S4Vectors.i686" package

Please follow the steps below to uninstall R-S4Vectors.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:13:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-S4Vectors
Version : 0.28.1
Release : 1.fc34
Architecture : i686
Size : 2.0 M
Source : R-S4Vectors-0.28.1-1.fc34.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).