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

Last updated: October 05,2024

1. Install "R-dtplyr.noarch" package

Learn how to install R-dtplyr.noarch on Fedora 34

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

2. Uninstall "R-dtplyr.noarch" package

Here is a brief guide to show you how to uninstall R-dtplyr.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:15:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-dtplyr
Version : 1.1.0
Release : 1.fc34
Architecture : noarch
Size : 253 k
Source : R-dtplyr-1.1.0-1.fc34.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.