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

Last updated: October 05,2024

1. Install "R-forcats.noarch" package

Please follow the guidelines below to install R-forcats.noarch on Fedora 34

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

2. Uninstall "R-forcats.noarch" package

Please follow the instructions below to uninstall R-forcats.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:11:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-forcats
Version : 0.5.1
Release : 1.fc34
Architecture : noarch
Size : 367 k
Source : R-forcats-0.5.1-1.fc34.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').