How To Install R-praise on Fedora 36
Introduction
In this tutorial we learn how to install R-praise
on Fedora 36.
What is R-praise
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
We can use yum
or dnf
to install R-praise
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-praise.
Install R-praise 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-praise
using dnf
by running the following command:
sudo dnf -y install R-praise
Install R-praise 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-praise
using yum
by running the following command:
sudo yum -y install R-praise
How To Uninstall R-praise on Fedora 36
To uninstall only the R-praise
package we can use the following command:
sudo dnf remove R-praise
R-praise Package Contents on Fedora 36
/usr/share/R/library/praise
/usr/share/R/library/praise/DESCRIPTION
/usr/share/R/library/praise/INDEX
/usr/share/R/library/praise/LICENSE
/usr/share/R/library/praise/Meta
/usr/share/R/library/praise/Meta/Rd.rds
/usr/share/R/library/praise/Meta/features.rds
/usr/share/R/library/praise/Meta/hsearch.rds
/usr/share/R/library/praise/Meta/links.rds
/usr/share/R/library/praise/Meta/nsInfo.rds
/usr/share/R/library/praise/Meta/package.rds
/usr/share/R/library/praise/NAMESPACE
/usr/share/R/library/praise/NEWS.md
/usr/share/R/library/praise/R
/usr/share/R/library/praise/R/praise
/usr/share/R/library/praise/R/praise.rdb
/usr/share/R/library/praise/R/praise.rdx
/usr/share/R/library/praise/README.Rmd
/usr/share/R/library/praise/README.md
/usr/share/R/library/praise/help
/usr/share/R/library/praise/help/AnIndex
/usr/share/R/library/praise/help/aliases.rds
/usr/share/R/library/praise/help/paths.rds
/usr/share/R/library/praise/help/praise-package.html
/usr/share/R/library/praise/help/praise.html
/usr/share/R/library/praise/help/praise.rdb
/usr/share/R/library/praise/help/praise.rdx
/usr/share/R/library/praise/help/praise_parts.html
/usr/share/R/library/praise/html
/usr/share/R/library/praise/html/00Index.html
/usr/share/R/library/praise/html/R.css
/usr/share/R/library/praise/html/praise.html
/usr/share/R/library/praise/html/praise_parts.html
References
Summary
In this tutorial we learn how to install R-praise
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).