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

Last updated: October 05,2024

1. Install "R-car.noarch" package

Please follow the guidance below to install R-car.noarch on Fedora 35

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

2. Uninstall "R-car.noarch" package

Please follow the guidance below to uninstall R-car.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:15:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-car
Version : 2.0.22
Release : 12.fc35
Architecture : noarch
Size : 1.6 M
Source : R-car-2.0.22-12.fc35.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.