How To Install R-reshape2 on Fedora 36

In this tutorial we learn how to install R-reshape2 in Fedora 36. R-reshape2 is Flexibly Reshape Data

Introduction

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

What is R-reshape2

Flexibly restructure and aggregate data using just two functions ‘dcast’ (or ‘acast’).

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

Install R-reshape2 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-reshape2 using dnf by running the following command:

sudo dnf -y install R-reshape2

Install R-reshape2 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-reshape2 using yum by running the following command:

sudo yum -y install R-reshape2

How To Uninstall R-reshape2 on Fedora 36

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

sudo dnf remove R-reshape2

R-reshape2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/d6363e3a77e80564d49badfaebb3814cd048f5
/usr/lib64/R/library/reshape2
/usr/lib64/R/library/reshape2/CITATION
/usr/lib64/R/library/reshape2/DESCRIPTION
/usr/lib64/R/library/reshape2/INDEX
/usr/lib64/R/library/reshape2/LICENSE
/usr/lib64/R/library/reshape2/Meta
/usr/lib64/R/library/reshape2/Meta/Rd.rds
/usr/lib64/R/library/reshape2/Meta/data.rds
/usr/lib64/R/library/reshape2/Meta/features.rds
/usr/lib64/R/library/reshape2/Meta/hsearch.rds
/usr/lib64/R/library/reshape2/Meta/links.rds
/usr/lib64/R/library/reshape2/Meta/nsInfo.rds
/usr/lib64/R/library/reshape2/Meta/package.rds
/usr/lib64/R/library/reshape2/NAMESPACE
/usr/lib64/R/library/reshape2/NEWS.md
/usr/lib64/R/library/reshape2/R
/usr/lib64/R/library/reshape2/R/reshape2
/usr/lib64/R/library/reshape2/R/reshape2.rdb
/usr/lib64/R/library/reshape2/R/reshape2.rdx
/usr/lib64/R/library/reshape2/data
/usr/lib64/R/library/reshape2/data/Rdata.rdb
/usr/lib64/R/library/reshape2/data/Rdata.rds
/usr/lib64/R/library/reshape2/data/Rdata.rdx
/usr/lib64/R/library/reshape2/help
/usr/lib64/R/library/reshape2/help/AnIndex
/usr/lib64/R/library/reshape2/help/acast.html
/usr/lib64/R/library/reshape2/help/add_margins.html
/usr/lib64/R/library/reshape2/help/aliases.rds
/usr/lib64/R/library/reshape2/help/cast.html
/usr/lib64/R/library/reshape2/help/colsplit.html
/usr/lib64/R/library/reshape2/help/dcast.html
/usr/lib64/R/library/reshape2/help/french_fries.html
/usr/lib64/R/library/reshape2/help/guess_value.html
/usr/lib64/R/library/reshape2/help/margins.html
/usr/lib64/R/library/reshape2/help/melt.array.html
/usr/lib64/R/library/reshape2/help/melt.data.frame.html
/usr/lib64/R/library/reshape2/help/melt.default.html
/usr/lib64/R/library/reshape2/help/melt.html
/usr/lib64/R/library/reshape2/help/melt.list.html
/usr/lib64/R/library/reshape2/help/melt.matrix.html
/usr/lib64/R/library/reshape2/help/melt.table.html
/usr/lib64/R/library/reshape2/help/melt_check.html
/usr/lib64/R/library/reshape2/help/parse_formula.html
/usr/lib64/R/library/reshape2/help/paths.rds
/usr/lib64/R/library/reshape2/help/recast.html
/usr/lib64/R/library/reshape2/help/reshape2.rdb
/usr/lib64/R/library/reshape2/help/reshape2.rdx
/usr/lib64/R/library/reshape2/help/smiths.html
/usr/lib64/R/library/reshape2/help/tips.html
/usr/lib64/R/library/reshape2/html
/usr/lib64/R/library/reshape2/html/00Index.html
/usr/lib64/R/library/reshape2/html/R.css
/usr/lib64/R/library/reshape2/html/add_margins.html
/usr/lib64/R/library/reshape2/html/cast.html
/usr/lib64/R/library/reshape2/html/colsplit.html
/usr/lib64/R/library/reshape2/html/french_fries.html
/usr/lib64/R/library/reshape2/html/guess_value.html
/usr/lib64/R/library/reshape2/html/margins.html
/usr/lib64/R/library/reshape2/html/melt.array.html
/usr/lib64/R/library/reshape2/html/melt.data.frame.html
/usr/lib64/R/library/reshape2/html/melt.default.html
/usr/lib64/R/library/reshape2/html/melt.html
/usr/lib64/R/library/reshape2/html/melt.list.html
/usr/lib64/R/library/reshape2/html/melt_check.html
/usr/lib64/R/library/reshape2/html/parse_formula.html
/usr/lib64/R/library/reshape2/html/recast.html
/usr/lib64/R/library/reshape2/html/smiths.html
/usr/lib64/R/library/reshape2/html/tips.html
/usr/lib64/R/library/reshape2/libs
/usr/lib64/R/library/reshape2/libs/reshape2.so

References

Summary

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