How To Install R-sessioninfo on Fedora 36

In this tutorial we learn how to install R-sessioninfo in Fedora 36. R-sessioninfo is R Session Information

Introduction

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

What is R-sessioninfo

Query and print information about the current R session. It is similar to ‘utils they were installed from.

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

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

sudo dnf -y install R-sessioninfo

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

sudo yum -y install R-sessioninfo

How To Uninstall R-sessioninfo on Fedora 36

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

sudo dnf remove R-sessioninfo

R-sessioninfo Package Contents on Fedora 36

/usr/share/R/library/sessioninfo
/usr/share/R/library/sessioninfo/DESCRIPTION
/usr/share/R/library/sessioninfo/INDEX
/usr/share/R/library/sessioninfo/Meta
/usr/share/R/library/sessioninfo/Meta/Rd.rds
/usr/share/R/library/sessioninfo/Meta/features.rds
/usr/share/R/library/sessioninfo/Meta/hsearch.rds
/usr/share/R/library/sessioninfo/Meta/links.rds
/usr/share/R/library/sessioninfo/Meta/nsInfo.rds
/usr/share/R/library/sessioninfo/Meta/package.rds
/usr/share/R/library/sessioninfo/NAMESPACE
/usr/share/R/library/sessioninfo/NEWS.md
/usr/share/R/library/sessioninfo/R
/usr/share/R/library/sessioninfo/R/sessioninfo
/usr/share/R/library/sessioninfo/R/sessioninfo.rdb
/usr/share/R/library/sessioninfo/R/sessioninfo.rdx
/usr/share/R/library/sessioninfo/README.markdown
/usr/share/R/library/sessioninfo/help
/usr/share/R/library/sessioninfo/help/AnIndex
/usr/share/R/library/sessioninfo/help/aliases.rds
/usr/share/R/library/sessioninfo/help/os_name.html
/usr/share/R/library/sessioninfo/help/package_info.html
/usr/share/R/library/sessioninfo/help/paths.rds
/usr/share/R/library/sessioninfo/help/platform_info.html
/usr/share/R/library/sessioninfo/help/session_info.html
/usr/share/R/library/sessioninfo/help/sessioninfo.rdb
/usr/share/R/library/sessioninfo/help/sessioninfo.rdx
/usr/share/R/library/sessioninfo/html
/usr/share/R/library/sessioninfo/html/00Index.html
/usr/share/R/library/sessioninfo/html/R.css
/usr/share/R/library/sessioninfo/html/os_name.html
/usr/share/R/library/sessioninfo/html/package_info.html
/usr/share/R/library/sessioninfo/html/platform_info.html
/usr/share/R/library/sessioninfo/html/session_info.html

References

Summary

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