How to Install and Uninstall R-ggplot2.noarch Package on Fedora 36

Last updated: June 26,2024

1. Install "R-ggplot2.noarch" package

Please follow the guidelines below to install R-ggplot2.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install R-ggplot2.noarch

2. Uninstall "R-ggplot2.noarch" package

Learn how to uninstall R-ggplot2.noarch on Fedora 36:

$ sudo dnf remove R-ggplot2.noarch $ sudo dnf autoremove

3. Information about the R-ggplot2.noarch package on Fedora 36

Last metadata expiration check: 3:34:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-ggplot2
Version : 3.3.3
Release : 5.fc36
Architecture : noarch
Size : 4.0 M
Source : R-ggplot2-3.3.3-5.fc36.src.rpm
Repository : fedora
Summary : Create Elegant Data Visualisations Using the Grammar of Graphics
URL : https://CRAN.R-project.org/package=ggplot2
License : MIT
Description : A system for 'declaratively' creating graphics, based on "The Grammar of
: Graphics". You provide the data, tell 'ggplot2' how to map variables to
: aesthetics, what graphical primitives to use, and it takes care of the
: details.