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

Last updated: July 05,2024

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

This guide covers the steps necessary to install R-data.table.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall R-data.table.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:27:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-data.table
Version : 1.14.0
Release : 1.fc34
Architecture : x86_64
Size : 1.9 M
Source : R-data.table-1.14.0-1.fc34.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.