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

Last updated: July 05,2024

1. Install "R-vctrs.i686" package

In this section, we are going to explain the necessary steps to install R-vctrs.i686 on Fedora 34

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

2. Uninstall "R-vctrs.i686" package

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

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

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

Last metadata expiration check: 0:39:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-vctrs
Version : 0.3.8
Release : 3.fc34
Architecture : i686
Size : 1.0 M
Source : R-vctrs-0.3.8-3.fc34.src.rpm
Repository : updates
Summary : Vector Helpers
URL : https://CRAN.R-project.org/package=vctrs
License : MIT
Description : Defines new notions of prototype and size that are used to provide tools for
: consistent and well-founded type-coercion and size-recycling, and are in turn
: connected to ideas of type- and size-stability useful for analysing function
: interfaces.