How To Install R-whoami on Fedora 36
Introduction
In this tutorial we learn how to install R-whoami
on Fedora 36.
What is R-whoami
Look up the username and full name of the current user, the current user’s email address and ‘GitHub’ username, using various sources of system and configuration information.
We can use yum
or dnf
to install R-whoami
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-whoami.
Install R-whoami 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-whoami
using dnf
by running the following command:
sudo dnf -y install R-whoami
Install R-whoami 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-whoami
using yum
by running the following command:
sudo yum -y install R-whoami
How To Uninstall R-whoami on Fedora 36
To uninstall only the R-whoami
package we can use the following command:
sudo dnf remove R-whoami
R-whoami Package Contents on Fedora 36
/usr/share/R/library/whoami
/usr/share/R/library/whoami/DESCRIPTION
/usr/share/R/library/whoami/INDEX
/usr/share/R/library/whoami/LICENSE
/usr/share/R/library/whoami/Meta
/usr/share/R/library/whoami/Meta/Rd.rds
/usr/share/R/library/whoami/Meta/features.rds
/usr/share/R/library/whoami/Meta/hsearch.rds
/usr/share/R/library/whoami/Meta/links.rds
/usr/share/R/library/whoami/Meta/nsInfo.rds
/usr/share/R/library/whoami/Meta/package.rds
/usr/share/R/library/whoami/NAMESPACE
/usr/share/R/library/whoami/NEWS.md
/usr/share/R/library/whoami/R
/usr/share/R/library/whoami/R/whoami
/usr/share/R/library/whoami/R/whoami.rdb
/usr/share/R/library/whoami/R/whoami.rdx
/usr/share/R/library/whoami/README.md
/usr/share/R/library/whoami/help
/usr/share/R/library/whoami/help/AnIndex
/usr/share/R/library/whoami/help/aliases.rds
/usr/share/R/library/whoami/help/email_address.html
/usr/share/R/library/whoami/help/fullname.html
/usr/share/R/library/whoami/help/gh_username.html
/usr/share/R/library/whoami/help/paths.rds
/usr/share/R/library/whoami/help/username.html
/usr/share/R/library/whoami/help/whoami.html
/usr/share/R/library/whoami/help/whoami.rdb
/usr/share/R/library/whoami/help/whoami.rdx
/usr/share/R/library/whoami/html
/usr/share/R/library/whoami/html/00Index.html
/usr/share/R/library/whoami/html/R.css
/usr/share/R/library/whoami/html/email_address.html
/usr/share/R/library/whoami/html/fullname.html
/usr/share/R/library/whoami/html/gh_username.html
/usr/share/R/library/whoami/html/username.html
/usr/share/R/library/whoami/html/whoami.html
References
Summary
In this tutorial we learn how to install R-whoami
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).