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

Last updated: July 03,2024

1. Install "R-vctrs.i686" package

This tutorial shows how to install R-vctrs.i686 on Fedora 36

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

2. Uninstall "R-vctrs.i686" package

This guide let you learn how to uninstall R-vctrs.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:13:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-vctrs
Version : 0.3.8
Release : 4.fc36
Architecture : i686
Size : 1.1 M
Source : R-vctrs-0.3.8-4.fc36.src.rpm
Repository : fedora
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.