How To Install R-gh on Fedora 36

In this tutorial we learn how to install R-gh in Fedora 36. R-gh is GitHub API

Introduction

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

What is R-gh

Minimal client to access the GitHub API.

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

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

sudo dnf -y install R-gh

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

sudo yum -y install R-gh

How To Uninstall R-gh on Fedora 36

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

sudo dnf remove R-gh

R-gh Package Contents on Fedora 36

/usr/share/R/library/gh
/usr/share/R/library/gh/DESCRIPTION
/usr/share/R/library/gh/INDEX
/usr/share/R/library/gh/LICENSE
/usr/share/R/library/gh/Meta
/usr/share/R/library/gh/Meta/Rd.rds
/usr/share/R/library/gh/Meta/features.rds
/usr/share/R/library/gh/Meta/hsearch.rds
/usr/share/R/library/gh/Meta/links.rds
/usr/share/R/library/gh/Meta/nsInfo.rds
/usr/share/R/library/gh/Meta/package.rds
/usr/share/R/library/gh/Meta/vignette.rds
/usr/share/R/library/gh/NAMESPACE
/usr/share/R/library/gh/NEWS.md
/usr/share/R/library/gh/R
/usr/share/R/library/gh/R/gh
/usr/share/R/library/gh/R/gh.rdb
/usr/share/R/library/gh/R/gh.rdx
/usr/share/R/library/gh/WORDLIST
/usr/share/R/library/gh/doc
/usr/share/R/library/gh/doc/index.html
/usr/share/R/library/gh/doc/managing-personal-access-tokens.R
/usr/share/R/library/gh/doc/managing-personal-access-tokens.Rmd
/usr/share/R/library/gh/doc/managing-personal-access-tokens.html
/usr/share/R/library/gh/help
/usr/share/R/library/gh/help/AnIndex
/usr/share/R/library/gh/help/_PACKAGE.html
/usr/share/R/library/gh/help/aliases.rds
/usr/share/R/library/gh/help/gh-package.html
/usr/share/R/library/gh/help/gh.html
/usr/share/R/library/gh/help/gh.rdb
/usr/share/R/library/gh/help/gh.rdx
/usr/share/R/library/gh/help/gh_first.html
/usr/share/R/library/gh/help/gh_gql.html
/usr/share/R/library/gh/help/gh_last.html
/usr/share/R/library/gh/help/gh_next.html
/usr/share/R/library/gh/help/gh_prev.html
/usr/share/R/library/gh/help/gh_rate_limit.html
/usr/share/R/library/gh/help/gh_token.html
/usr/share/R/library/gh/help/gh_tree_remote.html
/usr/share/R/library/gh/help/gh_whoami.html
/usr/share/R/library/gh/help/paths.rds
/usr/share/R/library/gh/help/print.gh_response.html
/usr/share/R/library/gh/html
/usr/share/R/library/gh/html/00Index.html
/usr/share/R/library/gh/html/R.css
/usr/share/R/library/gh/html/gh-package.html
/usr/share/R/library/gh/html/gh.html
/usr/share/R/library/gh/html/gh_gql.html
/usr/share/R/library/gh/html/gh_next.html
/usr/share/R/library/gh/html/gh_rate_limit.html
/usr/share/R/library/gh/html/gh_token.html
/usr/share/R/library/gh/html/gh_tree_remote.html
/usr/share/R/library/gh/html/gh_whoami.html
/usr/share/R/library/gh/html/print.gh_response.html

References

Summary

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