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

Last updated: November 30,2024

1. Install "R-gdata.noarch" package

This is a short guide on how to install R-gdata.noarch on Fedora 36

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

2. Uninstall "R-gdata.noarch" package

Please follow the guidance below to uninstall R-gdata.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:00:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-gdata
Version : 2.18.0
Release : 14.fc36
Architecture : noarch
Size : 1.0 M
Source : R-gdata-2.18.0-14.fc36.src.rpm
Repository : fedora
Summary : Various R Programming Tools for Data Manipulation
URL : https://CRAN.R-project.org/package=gdata
License : GPLv2
Description : Various R programming tools for data manipulation, including:
: - medical unit conversions,
: - combining objects,
: - character vector operations,
: - factor manipulation,
: - obtaining information about R objects,
: - manipulating MS-Excel formatted files,
: - generating fixed-width format files,
: - extricating components of date & time objects,
: - operations on columns of data frames,
: - matrix operations,
: - operations on vectors,
: - operations on data frames,
: - value of last evaluated expression, and
: - wrapper for 'sample' that ensures consistent behavior for both scalar and
: vector arguments.