How To Install R-labeling on Fedora 36
Introduction
In this tutorial we learn how to install R-labeling
on Fedora 36.
What is R-labeling
Functions which provide a range of axis labeling algorithms.
We can use yum
or dnf
to install R-labeling
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-labeling.
Install R-labeling 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-labeling
using dnf
by running the following command:
sudo dnf -y install R-labeling
Install R-labeling 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-labeling
using yum
by running the following command:
sudo yum -y install R-labeling
How To Uninstall R-labeling on Fedora 36
To uninstall only the R-labeling
package we can use the following command:
sudo dnf remove R-labeling
R-labeling Package Contents on Fedora 36
/usr/share/R/library/labeling
/usr/share/R/library/labeling/DESCRIPTION
/usr/share/R/library/labeling/INDEX
/usr/share/R/library/labeling/LICENSE
/usr/share/R/library/labeling/Meta
/usr/share/R/library/labeling/Meta/Rd.rds
/usr/share/R/library/labeling/Meta/features.rds
/usr/share/R/library/labeling/Meta/hsearch.rds
/usr/share/R/library/labeling/Meta/links.rds
/usr/share/R/library/labeling/Meta/nsInfo.rds
/usr/share/R/library/labeling/Meta/package.rds
/usr/share/R/library/labeling/NAMESPACE
/usr/share/R/library/labeling/R
/usr/share/R/library/labeling/R/labeling
/usr/share/R/library/labeling/R/labeling.rdb
/usr/share/R/library/labeling/R/labeling.rdx
/usr/share/R/library/labeling/help
/usr/share/R/library/labeling/help/.coverage.html
/usr/share/R/library/labeling/help/.coverage.max.html
/usr/share/R/library/labeling/help/.density.html
/usr/share/R/library/labeling/help/.density.max.html
/usr/share/R/library/labeling/help/.floored.mod.html
/usr/share/R/library/labeling/help/.heckbert.nicenum.html
/usr/share/R/library/labeling/help/.legibility.html
/usr/share/R/library/labeling/help/.simplicity.html
/usr/share/R/library/labeling/help/.simplicity.max.html
/usr/share/R/library/labeling/help/.wilkinson.nice.scale.html
/usr/share/R/library/labeling/help/AnIndex
/usr/share/R/library/labeling/help/aliases.rds
/usr/share/R/library/labeling/help/extended.figures.html
/usr/share/R/library/labeling/help/extended.html
/usr/share/R/library/labeling/help/gnuplot.html
/usr/share/R/library/labeling/help/heckbert.html
/usr/share/R/library/labeling/help/labeling-internal.html
/usr/share/R/library/labeling/help/labeling-package.html
/usr/share/R/library/labeling/help/labeling.html
/usr/share/R/library/labeling/help/labeling.rdb
/usr/share/R/library/labeling/help/labeling.rdx
/usr/share/R/library/labeling/help/matplotlib.html
/usr/share/R/library/labeling/help/nelder.html
/usr/share/R/library/labeling/help/paths.rds
/usr/share/R/library/labeling/help/rpretty.html
/usr/share/R/library/labeling/help/sparks.html
/usr/share/R/library/labeling/help/thayer.html
/usr/share/R/library/labeling/help/wilkinson.html
/usr/share/R/library/labeling/html
/usr/share/R/library/labeling/html/00Index.html
/usr/share/R/library/labeling/html/R.css
/usr/share/R/library/labeling/html/extended.figures.html
/usr/share/R/library/labeling/html/extended.html
/usr/share/R/library/labeling/html/gnuplot.html
/usr/share/R/library/labeling/html/heckbert.html
/usr/share/R/library/labeling/html/labeling-internal.html
/usr/share/R/library/labeling/html/labeling-package.html
/usr/share/R/library/labeling/html/matplotlib.html
/usr/share/R/library/labeling/html/nelder.html
/usr/share/R/library/labeling/html/rpretty.html
/usr/share/R/library/labeling/html/sparks.html
/usr/share/R/library/labeling/html/thayer.html
/usr/share/R/library/labeling/html/wilkinson.html
References
Summary
In this tutorial we learn how to install R-labeling
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).