How to Install and Uninstall R-tidyselect.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "R-tidyselect.noarch" package

In this section, we are going to explain the necessary steps to install R-tidyselect.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install R-tidyselect.noarch

2. Uninstall "R-tidyselect.noarch" package

This guide let you learn how to uninstall R-tidyselect.noarch on Fedora 35:

$ sudo dnf remove R-tidyselect.noarch $ sudo dnf autoremove

3. Information about the R-tidyselect.noarch package on Fedora 35

Last metadata expiration check: 0:24:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-tidyselect
Version : 1.1.1
Release : 3.fc35
Architecture : noarch
Size : 209 k
Source : R-tidyselect-1.1.1-3.fc35.src.rpm
Repository : fedora
Summary : Select from a Set of Strings
URL : https://CRAN.R-project.org/package=tidyselect
License : MIT
Description : A backend for the selecting functions of the 'tidyverse'. It makes it easy
: to implement select-like functions in your own packages in a way that is
: consistent with other 'tidyverse' interfaces for selection.