How to Install and Uninstall R-arules.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "R-arules.x86_64" package

This tutorial shows how to install R-arules.x86_64 on Fedora 35

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

2. Uninstall "R-arules.x86_64" package

Learn how to uninstall R-arules.x86_64 on Fedora 35:

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

3. Information about the R-arules.x86_64 package on Fedora 35

Last metadata expiration check: 5:42:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-arules
Version : 1.6.8
Release : 2.fc35
Architecture : x86_64
Size : 2.5 M
Source : R-arules-1.6.8-2.fc35.src.rpm
Repository : fedora
Summary : Mining Association Rules and Frequent Itemsets
URL : https://cran.r-project.org/web/packages/arules/index.html
License : GPLv3
Description : Provides the infrastructure for representing, manipulating and analyzing
: transaction data and patterns (frequent itemsets and association rules).
: Also provides C implementations of the association mining algorithms
: Apriori and Eclat. Hahsler, Gruen and Hornik (2005)
: .