How to Install and Uninstall R-data.table.i686 Package on Fedora 35

Last updated: June 24,2024

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

This tutorial shows how to install R-data.table.i686 on Fedora 35

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

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

Please follow the instructions below to uninstall R-data.table.i686 on Fedora 35:

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

3. Information about the R-data.table.i686 package on Fedora 35

Last metadata expiration check: 5:05:20 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-data.table
Version : 1.14.0
Release : 3.fc35
Architecture : i686
Size : 1.9 M
Source : R-data.table-1.14.0-3.fc35.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.