How To Install R-affyio on Fedora 36

In this tutorial we learn how to install R-affyio in Fedora 36. R-affyio is Tools for parsing Affymetrix data files

Introduction

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

What is R-affyio

Routines for parsing Affymetrix data files based upon file format information. Primary focus is on accessing the CEL and CDF file formats.

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

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

sudo dnf -y install R-affyio

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

sudo yum -y install R-affyio

How To Uninstall R-affyio on Fedora 36

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

sudo dnf remove R-affyio

R-affyio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/5b424a7060fb6dbcfa33849a6d4d470e84eac0
/usr/lib64/R/library/affyio
/usr/lib64/R/library/affyio/DESCRIPTION
/usr/lib64/R/library/affyio/INDEX
/usr/lib64/R/library/affyio/Meta
/usr/lib64/R/library/affyio/Meta/Rd.rds
/usr/lib64/R/library/affyio/Meta/features.rds
/usr/lib64/R/library/affyio/Meta/hsearch.rds
/usr/lib64/R/library/affyio/Meta/links.rds
/usr/lib64/R/library/affyio/Meta/nsInfo.rds
/usr/lib64/R/library/affyio/Meta/package.rds
/usr/lib64/R/library/affyio/NAMESPACE
/usr/lib64/R/library/affyio/R
/usr/lib64/R/library/affyio/R/affyio
/usr/lib64/R/library/affyio/R/affyio.rdb
/usr/lib64/R/library/affyio/R/affyio.rdx
/usr/lib64/R/library/affyio/help
/usr/lib64/R/library/affyio/help/AnIndex
/usr/lib64/R/library/affyio/help/Read.CC.Generic.html
/usr/lib64/R/library/affyio/help/Read.CYCHP.html
/usr/lib64/R/library/affyio/help/affyio-internal.html
/usr/lib64/R/library/affyio/help/affyio.rdb
/usr/lib64/R/library/affyio/help/affyio.rdx
/usr/lib64/R/library/affyio/help/aliases.rds
/usr/lib64/R/library/affyio/help/check.cdf.type.html
/usr/lib64/R/library/affyio/help/get.celfile.dates.html
/usr/lib64/R/library/affyio/help/paths.rds
/usr/lib64/R/library/affyio/help/read.cdffile.list.html
/usr/lib64/R/library/affyio/help/read.celfile.header.html
/usr/lib64/R/library/affyio/help/read.celfile.html
/usr/lib64/R/library/affyio/help/read.celfile.probeintensity.matrices.html
/usr/lib64/R/library/affyio/help/read_abatch.html
/usr/lib64/R/library/affyio/help/read_abatch_stddev.html
/usr/lib64/R/library/affyio/html
/usr/lib64/R/library/affyio/html/00Index.html
/usr/lib64/R/library/affyio/html/R.css
/usr/lib64/R/library/affyio/html/affyio-internal.html
/usr/lib64/R/library/affyio/html/check.cdf.type.html
/usr/lib64/R/library/affyio/html/get.celfile.dates.html
/usr/lib64/R/library/affyio/html/read.cdffile.list.html
/usr/lib64/R/library/affyio/html/read.celfile.header.html
/usr/lib64/R/library/affyio/html/read.celfile.html
/usr/lib64/R/library/affyio/html/read.celfile.probeintensity.matrices.html
/usr/lib64/R/library/affyio/html/read_abatch.html
/usr/lib64/R/library/affyio/libs
/usr/lib64/R/library/affyio/libs/affyio.so

References

Summary

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