How to Install and Uninstall R-data.table.x86_64 Package on Fedora 36

Last updated: January 16,2025

1. Install "R-data.table.x86_64" package

This guide let you learn how to install R-data.table.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install R-data.table.x86_64

2. Uninstall "R-data.table.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-data.table.x86_64 on Fedora 36:

$ sudo dnf remove R-data.table.x86_64 $ sudo dnf autoremove

3. Information about the R-data.table.x86_64 package on Fedora 36

Last metadata expiration check: 4:52:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-data.table
Version : 1.14.0
Release : 4.fc36
Architecture : x86_64
Size : 1.9 M
Source : R-data.table-1.14.0-4.fc36.src.rpm
Repository : fedora
Summary : Extension of `data.frame`
URL : https://CRAN.R-project.org/package=data.table
License : MPLv2.0
Description : Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins,
: fast add/modify/delete of columns by group using no copies at all, list
: columns, friendly and fast character-separated-value read/write. Offers a
: natural and flexible syntax, for faster development.