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

Last updated: May 20,2024

1. Install "R-readr.x86_64" package

This tutorial shows how to install R-readr.x86_64 on Fedora 34

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

2. Uninstall "R-readr.x86_64" package

This guide covers the steps necessary to uninstall R-readr.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:45:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-readr
Version : 1.4.0
Release : 2.fc34
Architecture : x86_64
Size : 759 k
Source : R-readr-1.4.0-2.fc34.src.rpm
Repository : fedora
Summary : Read Rectangular Text Data
URL : https://CRAN.R-project.org/package=readr
License : GPLv2+ and ASL 2.0
Description : The goal of 'readr' is to provide a fast and friendly way to read rectangular
: data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many
: types of data found in the wild, while still cleanly failing when data
: unexpectedly changes.