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

Last updated: October 06,2024

1. Install "R-dbplyr.noarch" package

This guide covers the steps necessary to install R-dbplyr.noarch on Fedora 36

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

2. Uninstall "R-dbplyr.noarch" package

In this section, we are going to explain the necessary steps to uninstall R-dbplyr.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:18:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-dbplyr
Version : 2.1.1
Release : 4.fc36
Architecture : noarch
Size : 837 k
Source : R-dbplyr-2.1.1-4.fc36.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.