How To Install R-DBI on Fedora 36

In this tutorial we learn how to install R-DBI in Fedora 36. R-DBI is Database interface module for R

Introduction

In this tutorial we learn how to install R-DBI on Fedora 36.

What is R-DBI

A database interface (DBI) definition for communication between R and relational database management systems.

We can use yum or dnf to install R-DBI on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-DBI.

Install R-DBI on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-DBI using dnf by running the following command:

sudo dnf -y install R-DBI

Install R-DBI on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-DBI using yum by running the following command:

sudo yum -y install R-DBI

How To Uninstall R-DBI on Fedora 36

To uninstall only the R-DBI package we can use the following command:

sudo dnf remove R-DBI

R-DBI Package Contents on Fedora 36

/usr/share/R/library/DBI
/usr/share/R/library/DBI/DESCRIPTION
/usr/share/R/library/DBI/INDEX
/usr/share/R/library/DBI/Meta
/usr/share/R/library/DBI/Meta/Rd.rds
/usr/share/R/library/DBI/Meta/features.rds
/usr/share/R/library/DBI/Meta/hsearch.rds
/usr/share/R/library/DBI/Meta/links.rds
/usr/share/R/library/DBI/Meta/nsInfo.rds
/usr/share/R/library/DBI/Meta/package.rds
/usr/share/R/library/DBI/Meta/vignette.rds
/usr/share/R/library/DBI/NAMESPACE
/usr/share/R/library/DBI/NEWS.md
/usr/share/R/library/DBI/R
/usr/share/R/library/DBI/R/DBI
/usr/share/R/library/DBI/R/DBI.rdb
/usr/share/R/library/DBI/R/DBI.rdx
/usr/share/R/library/DBI/doc
/usr/share/R/library/DBI/doc/DBI-1.Rmd
/usr/share/R/library/DBI/doc/DBI-1.html
/usr/share/R/library/DBI/doc/DBI-advanced.R
/usr/share/R/library/DBI/doc/DBI-advanced.Rmd
/usr/share/R/library/DBI/doc/DBI-advanced.html
/usr/share/R/library/DBI/doc/DBI-history.Rmd
/usr/share/R/library/DBI/doc/DBI-history.html
/usr/share/R/library/DBI/doc/DBI-proposal.Rmd
/usr/share/R/library/DBI/doc/DBI-proposal.html
/usr/share/R/library/DBI/doc/DBI.R
/usr/share/R/library/DBI/doc/DBI.Rmd
/usr/share/R/library/DBI/doc/DBI.html
/usr/share/R/library/DBI/doc/backend.R
/usr/share/R/library/DBI/doc/backend.Rmd
/usr/share/R/library/DBI/doc/backend.html
/usr/share/R/library/DBI/doc/index.html
/usr/share/R/library/DBI/doc/spec.R
/usr/share/R/library/DBI/doc/spec.Rmd
/usr/share/R/library/DBI/doc/spec.html
/usr/share/R/library/DBI/help
/usr/share/R/library/DBI/help/ANSI.html
/usr/share/R/library/DBI/help/AnIndex
/usr/share/R/library/DBI/help/DBI-package.html
/usr/share/R/library/DBI/help/DBI.html
/usr/share/R/library/DBI/help/DBI.rdb
/usr/share/R/library/DBI/help/DBI.rdx
/usr/share/R/library/DBI/help/DBIConnection-class.html
/usr/share/R/library/DBI/help/DBIConnector-class.html
/usr/share/R/library/DBI/help/DBIDriver-class.html
/usr/share/R/library/DBI/help/DBIObject-class.html
/usr/share/R/library/DBI/help/DBIResult-class.html
/usr/share/R/library/DBI/help/Id-class.html
/usr/share/R/library/DBI/help/Id.html
/usr/share/R/library/DBI/help/SQL-class.html
/usr/share/R/library/DBI/help/SQL.html
/usr/share/R/library/DBI/help/SQLKeywords+2CDBIObject-method.html
/usr/share/R/library/DBI/help/SQLKeywords+2Cmissing-method.html
/usr/share/R/library/DBI/help/SQLKeywords.html
/usr/share/R/library/DBI/help/aliases.rds
/usr/share/R/library/DBI/help/dbAppendTable+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbAppendTable.html
/usr/share/R/library/DBI/help/dbBegin.html
/usr/share/R/library/DBI/help/dbBind.html
/usr/share/R/library/DBI/help/dbBreak.html
/usr/share/R/library/DBI/help/dbCallProc.html
/usr/share/R/library/DBI/help/dbCanConnect+2CDBIDriver-method.html
/usr/share/R/library/DBI/help/dbCanConnect.html
/usr/share/R/library/DBI/help/dbClearResult.html
/usr/share/R/library/DBI/help/dbColumnInfo.html
/usr/share/R/library/DBI/help/dbCommit.html
/usr/share/R/library/DBI/help/dbConnect+2CDBIConnector-method.html
/usr/share/R/library/DBI/help/dbConnect.html
/usr/share/R/library/DBI/help/dbCreateTable+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbCreateTable.html
/usr/share/R/library/DBI/help/dbDataType+2CDBIConnector-method.html
/usr/share/R/library/DBI/help/dbDataType+2CDBIObject-method.html
/usr/share/R/library/DBI/help/dbDataType.html
/usr/share/R/library/DBI/help/dbDisconnect.html
/usr/share/R/library/DBI/help/dbDriver+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbDriver.html
/usr/share/R/library/DBI/help/dbExecute+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbExecute.html
/usr/share/R/library/DBI/help/dbExistsTable+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbExistsTable.html
/usr/share/R/library/DBI/help/dbFetch+2CDBIResult-method.html
/usr/share/R/library/DBI/help/dbFetch.html
/usr/share/R/library/DBI/help/dbGetConnectArgs+2CDBIConnector-method.html
/usr/share/R/library/DBI/help/dbGetConnectArgs.html
/usr/share/R/library/DBI/help/dbGetDBIVersion.html
/usr/share/R/library/DBI/help/dbGetException.html
/usr/share/R/library/DBI/help/dbGetInfo+2CDBIResult-method.html
/usr/share/R/library/DBI/help/dbGetInfo.html
/usr/share/R/library/DBI/help/dbGetQuery+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbGetQuery.html
/usr/share/R/library/DBI/help/dbGetRowCount.html
/usr/share/R/library/DBI/help/dbGetRowsAffected.html
/usr/share/R/library/DBI/help/dbGetStatement.html
/usr/share/R/library/DBI/help/dbHasCompleted.html
/usr/share/R/library/DBI/help/dbIsReadOnly+2CDBIConnector-method.html
/usr/share/R/library/DBI/help/dbIsReadOnly+2CDBIObject-method.html
/usr/share/R/library/DBI/help/dbIsReadOnly.html
/usr/share/R/library/DBI/help/dbIsValid.html
/usr/share/R/library/DBI/help/dbListConnections.html
/usr/share/R/library/DBI/help/dbListFields+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbListFields+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbListFields.html
/usr/share/R/library/DBI/help/dbListObjects+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbListObjects.html
/usr/share/R/library/DBI/help/dbListResults.html
/usr/share/R/library/DBI/help/dbListTables.html
/usr/share/R/library/DBI/help/dbQuoteIdentifier+2CDBIConnection+2CANY-method.html
/usr/share/R/library/DBI/help/dbQuoteIdentifier+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbQuoteIdentifier+2CDBIConnection+2CSQL-method.html
/usr/share/R/library/DBI/help/dbQuoteIdentifier+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbQuoteIdentifier.html
/usr/share/R/library/DBI/help/dbQuoteLiteral+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbQuoteLiteral.html
/usr/share/R/library/DBI/help/dbQuoteString+2CDBIConnection+2CANY-method.html
/usr/share/R/library/DBI/help/dbQuoteString+2CDBIConnection+2CSQL-method.html
/usr/share/R/library/DBI/help/dbQuoteString+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbQuoteString.html
/usr/share/R/library/DBI/help/dbReadTable+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbReadTable+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbReadTable.html
/usr/share/R/library/DBI/help/dbRemoveTable+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbRemoveTable.html
/usr/share/R/library/DBI/help/dbRollback.html
/usr/share/R/library/DBI/help/dbSendQuery.html
/usr/share/R/library/DBI/help/dbSendStatement+2CDBIConnection+2Ccharacter-method.html
/usr/share/R/library/DBI/help/dbSendStatement.html
/usr/share/R/library/DBI/help/dbSetDataMappings.html
/usr/share/R/library/DBI/help/dbUnloadDriver.html
/usr/share/R/library/DBI/help/dbUnquoteIdentifier+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbUnquoteIdentifier.html
/usr/share/R/library/DBI/help/dbWithTransaction+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/dbWithTransaction.html
/usr/share/R/library/DBI/help/dbWriteTable+2CDBIConnection+2CId-method.html
/usr/share/R/library/DBI/help/dbWriteTable.html
/usr/share/R/library/DBI/help/fetch.html
/usr/share/R/library/DBI/help/hidden_aliases.html
/usr/share/R/library/DBI/help/isSQLKeyword+2CDBIObject+2Ccharacter-method.html
/usr/share/R/library/DBI/help/isSQLKeyword.default.html
/usr/share/R/library/DBI/help/isSQLKeyword.html
/usr/share/R/library/DBI/help/make.db.names+2CDBIObject+2Ccharacter-method.html
/usr/share/R/library/DBI/help/make.db.names.default.html
/usr/share/R/library/DBI/help/make.db.names.html
/usr/share/R/library/DBI/help/paths.rds
/usr/share/R/library/DBI/help/rownames.html
/usr/share/R/library/DBI/help/show+2CAnsiConnection-method.html
/usr/share/R/library/DBI/help/show+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/show+2CDBIConnector-method.html
/usr/share/R/library/DBI/help/show+2CDBIDriver-method.html
/usr/share/R/library/DBI/help/show+2CDBIResult-method.html
/usr/share/R/library/DBI/help/show+2CId-method.html
/usr/share/R/library/DBI/help/show+2CSQL-method.html
/usr/share/R/library/DBI/help/sqlAppendTable+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/sqlAppendTable.html
/usr/share/R/library/DBI/help/sqlAppendTableTemplate.html
/usr/share/R/library/DBI/help/sqlColumnToRownames.html
/usr/share/R/library/DBI/help/sqlCommentSpec.html
/usr/share/R/library/DBI/help/sqlCreateTable+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/sqlCreateTable.html
/usr/share/R/library/DBI/help/sqlData+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/sqlData.html
/usr/share/R/library/DBI/help/sqlInterpolate+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/sqlInterpolate.html
/usr/share/R/library/DBI/help/sqlParseVariables+2CDBIConnection-method.html
/usr/share/R/library/DBI/help/sqlParseVariables.html
/usr/share/R/library/DBI/help/sqlParseVariablesImpl.html
/usr/share/R/library/DBI/help/sqlQuoteSpec.html
/usr/share/R/library/DBI/help/sqlRownamesToColumn.html
/usr/share/R/library/DBI/help/transactions.html
/usr/share/R/library/DBI/html
/usr/share/R/library/DBI/html/00Index.html
/usr/share/R/library/DBI/html/ANSI.html
/usr/share/R/library/DBI/html/DBI-package.html
/usr/share/R/library/DBI/html/DBIConnection-class.html
/usr/share/R/library/DBI/html/DBIConnector-class.html
/usr/share/R/library/DBI/html/DBIDriver-class.html
/usr/share/R/library/DBI/html/DBIObject-class.html
/usr/share/R/library/DBI/html/DBIResult-class.html
/usr/share/R/library/DBI/html/Id.html
/usr/share/R/library/DBI/html/R.css
/usr/share/R/library/DBI/html/SQL.html
/usr/share/R/library/DBI/html/dbAppendTable.html
/usr/share/R/library/DBI/html/dbBind.html
/usr/share/R/library/DBI/html/dbCallProc.html
/usr/share/R/library/DBI/html/dbCanConnect.html
/usr/share/R/library/DBI/html/dbClearResult.html
/usr/share/R/library/DBI/html/dbColumnInfo.html
/usr/share/R/library/DBI/html/dbConnect.html
/usr/share/R/library/DBI/html/dbCreateTable.html
/usr/share/R/library/DBI/html/dbDataType.html
/usr/share/R/library/DBI/html/dbDisconnect.html
/usr/share/R/library/DBI/html/dbDriver.html
/usr/share/R/library/DBI/html/dbExecute.html
/usr/share/R/library/DBI/html/dbExistsTable.html
/usr/share/R/library/DBI/html/dbFetch.html
/usr/share/R/library/DBI/html/dbGetConnectArgs.html
/usr/share/R/library/DBI/html/dbGetDBIVersion.html
/usr/share/R/library/DBI/html/dbGetException.html
/usr/share/R/library/DBI/html/dbGetInfo.html
/usr/share/R/library/DBI/html/dbGetQuery.html
/usr/share/R/library/DBI/html/dbGetRowCount.html
/usr/share/R/library/DBI/html/dbGetRowsAffected.html
/usr/share/R/library/DBI/html/dbGetStatement.html
/usr/share/R/library/DBI/html/dbHasCompleted.html
/usr/share/R/library/DBI/html/dbIsReadOnly.html
/usr/share/R/library/DBI/html/dbIsValid.html
/usr/share/R/library/DBI/html/dbListConnections.html
/usr/share/R/library/DBI/html/dbListFields.html
/usr/share/R/library/DBI/html/dbListObjects.html
/usr/share/R/library/DBI/html/dbListResults.html
/usr/share/R/library/DBI/html/dbListTables.html
/usr/share/R/library/DBI/html/dbQuoteIdentifier.html
/usr/share/R/library/DBI/html/dbQuoteLiteral.html
/usr/share/R/library/DBI/html/dbQuoteString.html
/usr/share/R/library/DBI/html/dbReadTable.html
/usr/share/R/library/DBI/html/dbRemoveTable.html
/usr/share/R/library/DBI/html/dbSendQuery.html
/usr/share/R/library/DBI/html/dbSendStatement.html
/usr/share/R/library/DBI/html/dbSetDataMappings.html
/usr/share/R/library/DBI/html/dbUnquoteIdentifier.html
/usr/share/R/library/DBI/html/dbWithTransaction.html
/usr/share/R/library/DBI/html/dbWriteTable.html
/usr/share/R/library/DBI/html/hidden_aliases.html
/usr/share/R/library/DBI/html/make.db.names.html
/usr/share/R/library/DBI/html/rownames.html
/usr/share/R/library/DBI/html/sqlAppendTable.html
/usr/share/R/library/DBI/html/sqlCreateTable.html
/usr/share/R/library/DBI/html/sqlData.html
/usr/share/R/library/DBI/html/sqlInterpolate.html
/usr/share/R/library/DBI/html/sqlParseVariables.html
/usr/share/R/library/DBI/html/transactions.html

References

Summary

In this tutorial we learn how to install R-DBI on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).