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

Last updated: October 05,2024

1. Install "R-tidyr.x86_64" package

This tutorial shows how to install R-tidyr.x86_64 on Fedora 36

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

2. Uninstall "R-tidyr.x86_64" package

Here is a brief guide to show you how to uninstall R-tidyr.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:23:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-tidyr
Version : 1.2.0
Release : 1.fc36
Architecture : x86_64
Size : 856 k
Source : R-tidyr-1.2.0-1.fc36.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).