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

Last updated: September 21,2024

1. Install "R-R.oo.noarch" package

This guide covers the steps necessary to install R-R.oo.noarch on Fedora 34

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

2. Uninstall "R-R.oo.noarch" package

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

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

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

Last metadata expiration check: 2:41:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-R.oo
Version : 1.24.0
Release : 2.fc34
Architecture : noarch
Size : 982 k
Source : R-R.oo-1.24.0-2.fc34.src.rpm
Repository : fedora
Summary : R Object-Oriented Programming with or without References
URL : https://CRAN.R-project.org/package=R.oo
License : LGPLv2+
Description : Methods and classes for object-oriented programming in R with or without
: references. Large effort has been made on making definition of methods as
: simple as possible with a minimum of maintenance for package developers.
: The package has been developed since 2001 and is now considered very
: stable. This is a cross-platform package implemented in pure R that
: defines standard S3 classes without any tricks.