How to Install and Uninstall R-dtplyr.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "R-dtplyr.noarch" package

Please follow the steps below to install R-dtplyr.noarch on Fedora 36

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

2. Uninstall "R-dtplyr.noarch" package

Please follow the guidance below to uninstall R-dtplyr.noarch on Fedora 36:

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

3. Information about the R-dtplyr.noarch package on Fedora 36

Last metadata expiration check: 3:21:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-dtplyr
Version : 1.1.0
Release : 4.fc36
Architecture : noarch
Size : 257 k
Source : R-dtplyr-1.1.0-4.fc36.src.rpm
Repository : fedora
Summary : Data Table Back-End for 'dplyr'
URL : https://CRAN.R-project.org/package=dtplyr
License : MIT
Description : Provides a data.table backend for 'dplyr'. The goal of 'dtplyr' is to allow you
: to write 'dplyr' code that is automatically translated to the equivalent, but
: usually much faster, data.table code.