How to Install and Uninstall R-DT.noarch Package on Fedora 38

Last updated: November 25,2024

1. Install "R-DT.noarch" package

This guide let you learn how to install R-DT.noarch on Fedora 38

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

2. Uninstall "R-DT.noarch" package

Here is a brief guide to show you how to uninstall R-DT.noarch on Fedora 38:

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

3. Information about the R-DT.noarch package on Fedora 38

Last metadata expiration check: 2:11:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-DT
Version : 0.25
Release : 3.fc38
Architecture : noarch
Size : 1.4 M
Source : R-DT-0.25-3.fc38.src.rpm
Repository : updates
Summary : R Wrapper of the JavaScript Library 'DataTables'
URL : https://CRAN.R-project.org/package=DT
License : GPL-3.0-only AND MIT AND Apache-2.0
Description : Data objects in R can be rendered as HTML tables using the JavaScript
: library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables'
: library has been included in this R package. The package name 'DT' is an
: abbreviation of 'DataTables'.