How to Install and Uninstall R-car.noarch Package on Fedora 34

Last updated: June 22,2024

1. Install "R-car.noarch" package

This tutorial shows how to install R-car.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install R-car.noarch

2. Uninstall "R-car.noarch" package

Learn how to uninstall R-car.noarch on Fedora 34:

$ sudo dnf remove R-car.noarch $ sudo dnf autoremove

3. Information about the R-car.noarch package on Fedora 34

Last metadata expiration check: 0:50:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-car
Version : 2.0.22
Release : 10.fc34
Architecture : noarch
Size : 1.5 M
Source : R-car-2.0.22-10.fc34.src.rpm
Repository : fedora
Summary : Companion to Applied Regression package for R
URL : http://cran.r-project.org/web/packages/car/index.html
License : GPLv2+
Description : This package accompanies J. Fox, An R and S-PLUS Companion to Applied
: Regression, Sage, 2002. The package contains mostly functions for applied
: regression, linear models, and generalized linear models, with an emphasis on
: regression diagnostics, particularly graphical diagnostic methods. There are
: also some utility functions. With some exceptions, it does not duplicate
: capabilities in the basic distribution of R, nor in widely used packages.
: Where relevant, the functions in car are consistent with na.action = na.omit
: or na.exclude.