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

Last updated: November 27,2024

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

Please follow the steps below to install R-data.table.x86_64 on Fedora 38

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

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

Here is a brief guide to show you how to uninstall R-data.table.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:51:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-data.table
Version : 1.14.8
Release : 1.fc38
Architecture : x86_64
Size : 2.0 M
Source : R-data.table-1.14.8-1.fc38.src.rpm
Repository : updates
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.