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

Last updated: October 05,2024

1. Install "R-tidyr.x86_64" package

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

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

2. Uninstall "R-tidyr.x86_64" package

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

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

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

Last metadata expiration check: 2:52:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-tidyr
Version : 1.1.3
Release : 1.fc34
Architecture : x86_64
Size : 792 k
Source : R-tidyr-1.1.3-1.fc34.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).