How To Install R-readxl on Fedora 36

In this tutorial we learn how to install R-readxl in Fedora 36. R-readxl is Read Excel Files

Introduction

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

What is R-readxl

Import excel files into R. Supports ‘.xls’ via the ’libxls’ C library <https ‘RapidXML’ C++ library <http

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

Install R-readxl 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-readxl using dnf by running the following command:

sudo dnf -y install R-readxl

Install R-readxl 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-readxl using yum by running the following command:

sudo yum -y install R-readxl

How To Uninstall R-readxl on Fedora 36

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

sudo dnf remove R-readxl

R-readxl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/b1d6f6e9b42d963111ec0075b4358ccedaa535
/usr/lib64/R/library/readxl
/usr/lib64/R/library/readxl/DESCRIPTION
/usr/lib64/R/library/readxl/INDEX
/usr/lib64/R/library/readxl/Meta
/usr/lib64/R/library/readxl/Meta/Rd.rds
/usr/lib64/R/library/readxl/Meta/features.rds
/usr/lib64/R/library/readxl/Meta/hsearch.rds
/usr/lib64/R/library/readxl/Meta/links.rds
/usr/lib64/R/library/readxl/Meta/nsInfo.rds
/usr/lib64/R/library/readxl/Meta/package.rds
/usr/lib64/R/library/readxl/Meta/vignette.rds
/usr/lib64/R/library/readxl/NAMESPACE
/usr/lib64/R/library/readxl/NEWS.md
/usr/lib64/R/library/readxl/R
/usr/lib64/R/library/readxl/R/readxl
/usr/lib64/R/library/readxl/R/readxl.rdb
/usr/lib64/R/library/readxl/R/readxl.rdx
/usr/lib64/R/library/readxl/doc
/usr/lib64/R/library/readxl/doc/cell-and-column-types.R
/usr/lib64/R/library/readxl/doc/cell-and-column-types.Rmd
/usr/lib64/R/library/readxl/doc/cell-and-column-types.html
/usr/lib64/R/library/readxl/doc/index.html
/usr/lib64/R/library/readxl/doc/sheet-geometry.R
/usr/lib64/R/library/readxl/doc/sheet-geometry.Rmd
/usr/lib64/R/library/readxl/doc/sheet-geometry.html
/usr/lib64/R/library/readxl/extdata
/usr/lib64/R/library/readxl/extdata/clippy.xls
/usr/lib64/R/library/readxl/extdata/clippy.xlsx
/usr/lib64/R/library/readxl/extdata/datasets.xls
/usr/lib64/R/library/readxl/extdata/datasets.xlsx
/usr/lib64/R/library/readxl/extdata/deaths.xls
/usr/lib64/R/library/readxl/extdata/deaths.xlsx
/usr/lib64/R/library/readxl/extdata/geometry.xls
/usr/lib64/R/library/readxl/extdata/geometry.xlsx
/usr/lib64/R/library/readxl/extdata/type-me.xls
/usr/lib64/R/library/readxl/extdata/type-me.xlsx
/usr/lib64/R/library/readxl/help
/usr/lib64/R/library/readxl/help/AnIndex
/usr/lib64/R/library/readxl/help/aliases.rds
/usr/lib64/R/library/readxl/help/anchored.html
/usr/lib64/R/library/readxl/help/cell-specification.html
/usr/lib64/R/library/readxl/help/cell_cols.html
/usr/lib64/R/library/readxl/help/cell_limits.html
/usr/lib64/R/library/readxl/help/cell_rows.html
/usr/lib64/R/library/readxl/help/excel_format.html
/usr/lib64/R/library/readxl/help/excel_sheets.html
/usr/lib64/R/library/readxl/help/figures
/usr/lib64/R/library/readxl/help/figures/logo.png
/usr/lib64/R/library/readxl/help/format_from_ext.html
/usr/lib64/R/library/readxl/help/format_from_signature.html
/usr/lib64/R/library/readxl/help/paths.rds
/usr/lib64/R/library/readxl/help/read_excel.html
/usr/lib64/R/library/readxl/help/read_xls.html
/usr/lib64/R/library/readxl/help/read_xlsx.html
/usr/lib64/R/library/readxl/help/readxl-package.html
/usr/lib64/R/library/readxl/help/readxl.html
/usr/lib64/R/library/readxl/help/readxl.rdb
/usr/lib64/R/library/readxl/help/readxl.rdx
/usr/lib64/R/library/readxl/help/readxl_example.html
/usr/lib64/R/library/readxl/help/readxl_progress.html
/usr/lib64/R/library/readxl/html
/usr/lib64/R/library/readxl/html/00Index.html
/usr/lib64/R/library/readxl/html/R.css
/usr/lib64/R/library/readxl/html/cell-specification.html
/usr/lib64/R/library/readxl/html/excel_format.html
/usr/lib64/R/library/readxl/html/excel_sheets.html
/usr/lib64/R/library/readxl/html/read_excel.html
/usr/lib64/R/library/readxl/html/readxl-package.html
/usr/lib64/R/library/readxl/html/readxl_example.html
/usr/lib64/R/library/readxl/html/readxl_progress.html
/usr/lib64/R/library/readxl/libs
/usr/lib64/R/library/readxl/libs/readxl.so

References

Summary

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