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

Last updated: November 29,2024

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

Please follow the steps below to install R-R.oo.noarch on Fedora 35

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

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

This tutorial shows how to uninstall R-R.oo.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:06:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : R-R.oo
Version : 1.24.0
Release : 4.fc35
Architecture : noarch
Size : 1.1 M
Source : R-R.oo-1.24.0-4.fc35.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.