How To Install R-tkrplot on Fedora 36
Introduction
In this tutorial we learn how to install R-tkrplot
on Fedora 36.
What is R-tkrplot
Simple mechanism for placing R graphics in a Tk widget.
We can use yum
or dnf
to install R-tkrplot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-tkrplot.
Install R-tkrplot 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-tkrplot
using dnf
by running the following command:
sudo dnf -y install R-tkrplot
Install R-tkrplot 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-tkrplot
using yum
by running the following command:
sudo yum -y install R-tkrplot
How To Uninstall R-tkrplot on Fedora 36
To uninstall only the R-tkrplot
package we can use the following command:
sudo dnf remove R-tkrplot
R-tkrplot Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/a67fd6fba147df9224b901ef981be9cb8582b4
/usr/lib64/R/library/tkrplot
/usr/lib64/R/library/tkrplot/DESCRIPTION
/usr/lib64/R/library/tkrplot/INDEX
/usr/lib64/R/library/tkrplot/Meta
/usr/lib64/R/library/tkrplot/Meta/Rd.rds
/usr/lib64/R/library/tkrplot/Meta/features.rds
/usr/lib64/R/library/tkrplot/Meta/hsearch.rds
/usr/lib64/R/library/tkrplot/Meta/links.rds
/usr/lib64/R/library/tkrplot/Meta/nsInfo.rds
/usr/lib64/R/library/tkrplot/Meta/package.rds
/usr/lib64/R/library/tkrplot/NAMESPACE
/usr/lib64/R/library/tkrplot/R
/usr/lib64/R/library/tkrplot/R/tkrplot
/usr/lib64/R/library/tkrplot/R/tkrplot.rdb
/usr/lib64/R/library/tkrplot/R/tkrplot.rdx
/usr/lib64/R/library/tkrplot/help
/usr/lib64/R/library/tkrplot/help/AnIndex
/usr/lib64/R/library/tkrplot/help/TkRplot.html
/usr/lib64/R/library/tkrplot/help/aliases.rds
/usr/lib64/R/library/tkrplot/help/paths.rds
/usr/lib64/R/library/tkrplot/help/tkpersp.html
/usr/lib64/R/library/tkrplot/help/tkrplot.html
/usr/lib64/R/library/tkrplot/help/tkrplot.rdb
/usr/lib64/R/library/tkrplot/help/tkrplot.rdx
/usr/lib64/R/library/tkrplot/help/tkrreplot.html
/usr/lib64/R/library/tkrplot/html
/usr/lib64/R/library/tkrplot/html/00Index.html
/usr/lib64/R/library/tkrplot/html/R.css
/usr/lib64/R/library/tkrplot/html/TkRplot.html
/usr/lib64/R/library/tkrplot/libs
/usr/lib64/R/library/tkrplot/libs/tkrplot.so
References
Summary
In this tutorial we learn how to install R-tkrplot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).