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

Last updated: September 23,2024

1. Install "R-S4Vectors.x86_64" package

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

$ 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 34:

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

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

Last metadata expiration check: 5:13:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-S4Vectors
Version : 0.28.1
Release : 1.fc34
Architecture : x86_64
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).