How to Install and Uninstall R-sourcetools.x86_64 Package on Fedora 34

Last updated: November 29,2024

1. Install "R-sourcetools.x86_64" package

Please follow the step by step instructions below to install R-sourcetools.x86_64 on Fedora 34

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

2. Uninstall "R-sourcetools.x86_64" package

Please follow the steps below to uninstall R-sourcetools.x86_64 on Fedora 34:

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

3. Information about the R-sourcetools.x86_64 package on Fedora 34

Last metadata expiration check: 3:31:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-sourcetools
Version : 0.1.7
Release : 11.fc34
Architecture : x86_64
Size : 41 k
Source : R-sourcetools-0.1.7-11.fc34.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.