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

Last updated: February 04,2025

1. Install "R-sourcetools.i686" package

Here is a brief guide to show you how to install R-sourcetools.i686 on Fedora 39

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

2. Uninstall "R-sourcetools.i686" package

This guide let you learn how to uninstall R-sourcetools.i686 on Fedora 39:

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

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

Last metadata expiration check: 2:26:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-sourcetools
Version : 0.1.7
Release : 19.fc39
Architecture : i686
Size : 51 k
Source : R-sourcetools-0.1.7-19.fc39.src.rpm
Repository : fedora
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.