How to Install and Uninstall R-forcats.noarch Package on Fedora 35

Last updated: November 27,2024

1. Install "R-forcats.noarch" package

This tutorial shows how to install R-forcats.noarch on Fedora 35

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

2. Uninstall "R-forcats.noarch" package

Please follow the guidance below to uninstall R-forcats.noarch on Fedora 35:

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

3. Information about the R-forcats.noarch package on Fedora 35

Last metadata expiration check: 3:49:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-forcats
Version : 0.5.1
Release : 3.fc35
Architecture : noarch
Size : 366 k
Source : R-forcats-0.5.1-3.fc35.src.rpm
Repository : fedora
Summary : Tools for Working with Categorical Variables (Factors)
URL : https://CRAN.R-project.org/package=forcats
License : MIT
Description : Helpers for reordering factor levels (including moving specified levels to
: front, ordering by first appearance, reversing, and randomly shuffling),
: and tools for modifying factor levels (including collapsing rare levels
: into other, 'anonymising', and manually 'recoding').