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

Last updated: November 28,2024

1. Install "R-gdata.noarch" package

Here is a brief guide to show you how to install R-gdata.noarch on Fedora 39

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

2. Uninstall "R-gdata.noarch" package

Please follow the steps below to uninstall R-gdata.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:23:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-gdata
Version : 2.18.0.1
Release : 4.fc39
Architecture : noarch
Size : 1.1 M
Source : R-gdata-2.18.0.1-4.fc39.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.