How To Install R-brio on Fedora 36

In this tutorial we learn how to install R-brio in Fedora 36. R-brio is Basic R Input Output

Introduction

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

What is R-brio

Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.

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

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

sudo dnf -y install R-brio

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

sudo yum -y install R-brio

How To Uninstall R-brio on Fedora 36

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

sudo dnf remove R-brio

R-brio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/a0ef8ee370cd017c09bc9db6d34c9b94b7f97f
/usr/lib64/R/library/brio
/usr/lib64/R/library/brio/DESCRIPTION
/usr/lib64/R/library/brio/INDEX
/usr/lib64/R/library/brio/LICENSE
/usr/lib64/R/library/brio/Meta
/usr/lib64/R/library/brio/Meta/Rd.rds
/usr/lib64/R/library/brio/Meta/features.rds
/usr/lib64/R/library/brio/Meta/hsearch.rds
/usr/lib64/R/library/brio/Meta/links.rds
/usr/lib64/R/library/brio/Meta/nsInfo.rds
/usr/lib64/R/library/brio/Meta/package.rds
/usr/lib64/R/library/brio/NAMESPACE
/usr/lib64/R/library/brio/NEWS.md
/usr/lib64/R/library/brio/R
/usr/lib64/R/library/brio/R/brio
/usr/lib64/R/library/brio/R/brio.rdb
/usr/lib64/R/library/brio/R/brio.rdx
/usr/lib64/R/library/brio/help
/usr/lib64/R/library/brio/help/AnIndex
/usr/lib64/R/library/brio/help/aliases.rds
/usr/lib64/R/library/brio/help/brio.rdb
/usr/lib64/R/library/brio/help/brio.rdx
/usr/lib64/R/library/brio/help/file_line_endings.html
/usr/lib64/R/library/brio/help/paths.rds
/usr/lib64/R/library/brio/help/readLines.html
/usr/lib64/R/library/brio/help/read_file.html
/usr/lib64/R/library/brio/help/read_file_raw.html
/usr/lib64/R/library/brio/help/read_lines.html
/usr/lib64/R/library/brio/help/writeLines.html
/usr/lib64/R/library/brio/help/write_file.html
/usr/lib64/R/library/brio/help/write_lines.html
/usr/lib64/R/library/brio/html
/usr/lib64/R/library/brio/html/00Index.html
/usr/lib64/R/library/brio/html/R.css
/usr/lib64/R/library/brio/html/file_line_endings.html
/usr/lib64/R/library/brio/html/readLines.html
/usr/lib64/R/library/brio/html/read_file.html
/usr/lib64/R/library/brio/html/read_lines.html
/usr/lib64/R/library/brio/html/writeLines.html
/usr/lib64/R/library/brio/html/write_file.html
/usr/lib64/R/library/brio/html/write_lines.html
/usr/lib64/R/library/brio/libs
/usr/lib64/R/library/brio/libs/brio.so

References

Summary

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