How To Install R-xopen on Fedora 36

In this tutorial we learn how to install R-xopen in Fedora 36. R-xopen is Open System Files, ‘URLs’, Anything

Introduction

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

What is R-xopen

Cross platform solution to open files, directories or ‘URLs’ with their associated programs.

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

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

sudo dnf -y install R-xopen

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

sudo yum -y install R-xopen

How To Uninstall R-xopen on Fedora 36

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

sudo dnf remove R-xopen

R-xopen Package Contents on Fedora 36

/usr/share/R/library/xopen
/usr/share/R/library/xopen/DESCRIPTION
/usr/share/R/library/xopen/INDEX
/usr/share/R/library/xopen/LICENSE
/usr/share/R/library/xopen/Meta
/usr/share/R/library/xopen/Meta/Rd.rds
/usr/share/R/library/xopen/Meta/features.rds
/usr/share/R/library/xopen/Meta/hsearch.rds
/usr/share/R/library/xopen/Meta/links.rds
/usr/share/R/library/xopen/Meta/nsInfo.rds
/usr/share/R/library/xopen/Meta/package.rds
/usr/share/R/library/xopen/NAMESPACE
/usr/share/R/library/xopen/NEWS.md
/usr/share/R/library/xopen/R
/usr/share/R/library/xopen/R/xopen
/usr/share/R/library/xopen/R/xopen.rdb
/usr/share/R/library/xopen/R/xopen.rdx
/usr/share/R/library/xopen/help
/usr/share/R/library/xopen/help/AnIndex
/usr/share/R/library/xopen/help/aliases.rds
/usr/share/R/library/xopen/help/paths.rds
/usr/share/R/library/xopen/help/wait_for_finish.html
/usr/share/R/library/xopen/help/xopen.html
/usr/share/R/library/xopen/help/xopen.rdb
/usr/share/R/library/xopen/help/xopen.rdx
/usr/share/R/library/xopen/html
/usr/share/R/library/xopen/html/00Index.html
/usr/share/R/library/xopen/html/R.css
/usr/share/R/library/xopen/html/wait_for_finish.html
/usr/share/R/library/xopen/html/xopen.html

References

Summary

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