How To Install R-poLCA on Fedora 36

In this tutorial we learn how to install R-poLCA in Fedora 36. R-poLCA is Polytomous variable Latent Class Analysis

Introduction

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

What is R-poLCA

Latent class analysis and latent class regression models for polytomous outcome variables. Also known as latent structure analysis.

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

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

sudo dnf -y install R-poLCA

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

sudo yum -y install R-poLCA

How To Uninstall R-poLCA on Fedora 36

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

sudo dnf remove R-poLCA

R-poLCA Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/64e8916c249dba45338ac1d53ee7d74b94e177
/usr/lib64/R/library/poLCA
/usr/lib64/R/library/poLCA/CITATION
/usr/lib64/R/library/poLCA/DESCRIPTION
/usr/lib64/R/library/poLCA/INDEX
/usr/lib64/R/library/poLCA/Meta
/usr/lib64/R/library/poLCA/Meta/Rd.rds
/usr/lib64/R/library/poLCA/Meta/data.rds
/usr/lib64/R/library/poLCA/Meta/features.rds
/usr/lib64/R/library/poLCA/Meta/hsearch.rds
/usr/lib64/R/library/poLCA/Meta/links.rds
/usr/lib64/R/library/poLCA/Meta/nsInfo.rds
/usr/lib64/R/library/poLCA/Meta/package.rds
/usr/lib64/R/library/poLCA/NAMESPACE
/usr/lib64/R/library/poLCA/R
/usr/lib64/R/library/poLCA/R/poLCA
/usr/lib64/R/library/poLCA/R/poLCA.rdb
/usr/lib64/R/library/poLCA/R/poLCA.rdx
/usr/lib64/R/library/poLCA/data
/usr/lib64/R/library/poLCA/data/carcinoma.rda
/usr/lib64/R/library/poLCA/data/cheating.rda
/usr/lib64/R/library/poLCA/data/election.rda
/usr/lib64/R/library/poLCA/data/gss82.rda
/usr/lib64/R/library/poLCA/data/values.rda
/usr/lib64/R/library/poLCA/doc
/usr/lib64/R/library/poLCA/doc/index.html
/usr/lib64/R/library/poLCA/doc/poLCA-manual-1-4.pdf
/usr/lib64/R/library/poLCA/doc/poLCA-manual-example.R
/usr/lib64/R/library/poLCA/help
/usr/lib64/R/library/poLCA/help/AnIndex
/usr/lib64/R/library/poLCA/help/aliases.rds
/usr/lib64/R/library/poLCA/help/carcinoma.html
/usr/lib64/R/library/poLCA/help/cheating.html
/usr/lib64/R/library/poLCA/help/election.html
/usr/lib64/R/library/poLCA/help/gss82.html
/usr/lib64/R/library/poLCA/help/paths.rds
/usr/lib64/R/library/poLCA/help/poLCA.entropy.html
/usr/lib64/R/library/poLCA/help/poLCA.html
/usr/lib64/R/library/poLCA/help/poLCA.posterior.html
/usr/lib64/R/library/poLCA/help/poLCA.predcell.html
/usr/lib64/R/library/poLCA/help/poLCA.rdb
/usr/lib64/R/library/poLCA/help/poLCA.rdx
/usr/lib64/R/library/poLCA/help/poLCA.reorder.html
/usr/lib64/R/library/poLCA/help/poLCA.simdata.html
/usr/lib64/R/library/poLCA/help/poLCA.table.html
/usr/lib64/R/library/poLCA/help/rmulti.html
/usr/lib64/R/library/poLCA/help/values.html
/usr/lib64/R/library/poLCA/html
/usr/lib64/R/library/poLCA/html/00Index.html
/usr/lib64/R/library/poLCA/html/R.css
/usr/lib64/R/library/poLCA/html/carcinoma.html
/usr/lib64/R/library/poLCA/html/cheating.html
/usr/lib64/R/library/poLCA/html/election.html
/usr/lib64/R/library/poLCA/html/gss82.html
/usr/lib64/R/library/poLCA/html/poLCA.entropy.html
/usr/lib64/R/library/poLCA/html/poLCA.html
/usr/lib64/R/library/poLCA/html/poLCA.posterior.html
/usr/lib64/R/library/poLCA/html/poLCA.predcell.html
/usr/lib64/R/library/poLCA/html/poLCA.reorder.html
/usr/lib64/R/library/poLCA/html/poLCA.simdata.html
/usr/lib64/R/library/poLCA/html/poLCA.table.html
/usr/lib64/R/library/poLCA/html/rmulti.html
/usr/lib64/R/library/poLCA/html/values.html
/usr/lib64/R/library/poLCA/libs
/usr/lib64/R/library/poLCA/libs/poLCA.so

References

Summary

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