How to Install and Uninstall R-sourcetools.i686 Package on Fedora 38

Last updated: September 22,2024

1. Install "R-sourcetools.i686" package

Please follow the instructions below to install R-sourcetools.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install R-sourcetools.i686

2. Uninstall "R-sourcetools.i686" package

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

$ sudo dnf remove R-sourcetools.i686 $ sudo dnf autoremove

3. Information about the R-sourcetools.i686 package on Fedora 38

Last metadata expiration check: 1:23:12 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : R-sourcetools
Version : 0.1.7
Release : 18.fc38
Architecture : i686
Size : 51 k
Source : R-sourcetools-0.1.7-18.fc38.src.rpm
Repository : updates
Summary : Tools for Reading, Tokenizing and Parsing R Code
URL : https://CRAN.R-project.org/package=sourcetools
License : MIT
Description : Tools for the reading and tokenization of R code. The 'sourcetools' package
: provides both an R and C++ interface for the tokenization of R code, and
: helpers for interacting with the tokenized representation of R code.