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

Last updated: October 06,2024

1. Install "R-dbplyr.noarch" package

This tutorial shows how to install R-dbplyr.noarch on Fedora 35

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

2. Uninstall "R-dbplyr.noarch" package

This tutorial shows how to uninstall R-dbplyr.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:15:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-dbplyr
Version : 2.1.1
Release : 3.fc35
Architecture : noarch
Size : 832 k
Source : R-dbplyr-2.1.1-3.fc35.src.rpm
Repository : fedora
Summary : A 'dplyr' Back End for Databases
URL : https://CRAN.R-project.org/package=dbplyr
License : MIT
Description : A 'dplyr' back end for databases that allows you to work with remote database
: tables as if they are in-memory data frames. Basic features works with any
: database that has a 'DBI' back end; more advanced features require 'SQL'
: translation to be provided by the package author.