How To Install R-scatterplot3d on Fedora 36
Introduction
In this tutorial we learn how to install R-scatterplot3d
on Fedora 36.
What is R-scatterplot3d
Plots a three dimensional (3D) point cloud.
We can use yum
or dnf
to install R-scatterplot3d
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-scatterplot3d.
Install R-scatterplot3d 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-scatterplot3d
using dnf
by running the following command:
sudo dnf -y install R-scatterplot3d
Install R-scatterplot3d 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-scatterplot3d
using yum
by running the following command:
sudo yum -y install R-scatterplot3d
How To Uninstall R-scatterplot3d on Fedora 36
To uninstall only the R-scatterplot3d
package we can use the following command:
sudo dnf remove R-scatterplot3d
R-scatterplot3d Package Contents on Fedora 36
/usr/share/R/library/scatterplot3d
/usr/share/R/library/scatterplot3d/CITATION
/usr/share/R/library/scatterplot3d/DESCRIPTION
/usr/share/R/library/scatterplot3d/INDEX
/usr/share/R/library/scatterplot3d/Meta
/usr/share/R/library/scatterplot3d/Meta/Rd.rds
/usr/share/R/library/scatterplot3d/Meta/features.rds
/usr/share/R/library/scatterplot3d/Meta/hsearch.rds
/usr/share/R/library/scatterplot3d/Meta/links.rds
/usr/share/R/library/scatterplot3d/Meta/nsInfo.rds
/usr/share/R/library/scatterplot3d/Meta/package.rds
/usr/share/R/library/scatterplot3d/Meta/vignette.rds
/usr/share/R/library/scatterplot3d/NAMESPACE
/usr/share/R/library/scatterplot3d/R
/usr/share/R/library/scatterplot3d/R/scatterplot3d
/usr/share/R/library/scatterplot3d/R/scatterplot3d.rdb
/usr/share/R/library/scatterplot3d/R/scatterplot3d.rdx
/usr/share/R/library/scatterplot3d/doc
/usr/share/R/library/scatterplot3d/doc/index.html
/usr/share/R/library/scatterplot3d/doc/s3d.Rnw
/usr/share/R/library/scatterplot3d/doc/s3d.pdf
/usr/share/R/library/scatterplot3d/help
/usr/share/R/library/scatterplot3d/help/AnIndex
/usr/share/R/library/scatterplot3d/help/aliases.rds
/usr/share/R/library/scatterplot3d/help/paths.rds
/usr/share/R/library/scatterplot3d/help/scatterplot3d.html
/usr/share/R/library/scatterplot3d/help/scatterplot3d.rdb
/usr/share/R/library/scatterplot3d/help/scatterplot3d.rdx
/usr/share/R/library/scatterplot3d/html
/usr/share/R/library/scatterplot3d/html/00Index.html
/usr/share/R/library/scatterplot3d/html/R.css
/usr/share/R/library/scatterplot3d/html/scatterplot3d.html
/usr/share/R/library/scatterplot3d/po
/usr/share/R/library/scatterplot3d/po/de
/usr/share/R/library/scatterplot3d/po/de/LC_MESSAGES
/usr/share/R/library/scatterplot3d/po/de/LC_MESSAGES/R-scatterplot3d.mo
/usr/share/R/library/scatterplot3d/po/en
/usr/share/R/library/scatterplot3d/po/en/LC_MESSAGES
/usr/share/R/library/scatterplot3d/po/en/LC_MESSAGES/R-scatterplot3d.mo
References
Summary
In this tutorial we learn how to install R-scatterplot3d
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).