How To Install R-nycflights13 on Fedora 36

In this tutorial we learn how to install R-nycflights13 in Fedora 36. R-nycflights13 is Flights that Departed NYC in 2013

Introduction

In this tutorial we learn how to install R-nycflights13 on Fedora 36.

What is R-nycflights13

Airline on-time data for all flights departing NYC in 2013. Also includes useful ‘metadata’ on airlines, airports, weather, and planes.

We can use yum or dnf to install R-nycflights13 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-nycflights13.

Install R-nycflights13 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-nycflights13 using dnf by running the following command:

sudo dnf -y install R-nycflights13

Install R-nycflights13 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-nycflights13 using yum by running the following command:

sudo yum -y install R-nycflights13

How To Uninstall R-nycflights13 on Fedora 36

To uninstall only the R-nycflights13 package we can use the following command:

sudo dnf remove R-nycflights13

R-nycflights13 Package Contents on Fedora 36

/usr/share/R/library/nycflights13
/usr/share/R/library/nycflights13/DESCRIPTION
/usr/share/R/library/nycflights13/INDEX
/usr/share/R/library/nycflights13/Meta
/usr/share/R/library/nycflights13/Meta/Rd.rds
/usr/share/R/library/nycflights13/Meta/data.rds
/usr/share/R/library/nycflights13/Meta/features.rds
/usr/share/R/library/nycflights13/Meta/hsearch.rds
/usr/share/R/library/nycflights13/Meta/links.rds
/usr/share/R/library/nycflights13/Meta/nsInfo.rds
/usr/share/R/library/nycflights13/Meta/package.rds
/usr/share/R/library/nycflights13/NAMESPACE
/usr/share/R/library/nycflights13/NEWS.md
/usr/share/R/library/nycflights13/R
/usr/share/R/library/nycflights13/R/nycflights13
/usr/share/R/library/nycflights13/R/nycflights13.rdb
/usr/share/R/library/nycflights13/R/nycflights13.rdx
/usr/share/R/library/nycflights13/data
/usr/share/R/library/nycflights13/data/Rdata.rdb
/usr/share/R/library/nycflights13/data/Rdata.rds
/usr/share/R/library/nycflights13/data/Rdata.rdx
/usr/share/R/library/nycflights13/help
/usr/share/R/library/nycflights13/help/AnIndex
/usr/share/R/library/nycflights13/help/airlines.html
/usr/share/R/library/nycflights13/help/airports.html
/usr/share/R/library/nycflights13/help/aliases.rds
/usr/share/R/library/nycflights13/help/flights.html
/usr/share/R/library/nycflights13/help/nycflights13.rdb
/usr/share/R/library/nycflights13/help/nycflights13.rdx
/usr/share/R/library/nycflights13/help/paths.rds
/usr/share/R/library/nycflights13/help/planes.html
/usr/share/R/library/nycflights13/help/weather.html
/usr/share/R/library/nycflights13/html
/usr/share/R/library/nycflights13/html/00Index.html
/usr/share/R/library/nycflights13/html/R.css
/usr/share/R/library/nycflights13/html/airlines.html
/usr/share/R/library/nycflights13/html/airports.html
/usr/share/R/library/nycflights13/html/flights.html
/usr/share/R/library/nycflights13/html/planes.html
/usr/share/R/library/nycflights13/html/weather.html

References

Summary

In this tutorial we learn how to install R-nycflights13 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).