How to Install and Uninstall R-tidyr.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "R-tidyr.x86_64" package

Please follow the guidance below to install R-tidyr.x86_64 on Fedora 35

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

2. Uninstall "R-tidyr.x86_64" package

This tutorial shows how to uninstall R-tidyr.x86_64 on Fedora 35:

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

3. Information about the R-tidyr.x86_64 package on Fedora 35

Last metadata expiration check: 2:09:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-tidyr
Version : 1.1.3
Release : 3.fc35
Architecture : x86_64
Size : 803 k
Source : R-tidyr-1.1.3-3.fc35.src.rpm
Repository : fedora
Summary : Tidy Messy Data
URL : https://CRAN.R-project.org/package=tidyr
License : MIT
Description : Tools to help to create tidy data, where each column is a variable, each row is
: an observation, and each cell contains a single value. 'tidyr' contains tools
: for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a
: dataset, turning deeply nested lists into rectangular data frames
: ('rectangling'), and extracting values out of string columns. It also includes
: tools for working with missing values (both implicit and explicit).