How to Install and Uninstall R-R.methodsS3.noarch Package on Fedora 36

Last updated: May 05,2024

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

Here is a brief guide to show you how to install R-R.methodsS3.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall R-R.methodsS3.noarch on Fedora 36:

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

3. Information about the R-R.methodsS3.noarch package on Fedora 36

Last metadata expiration check: 4:32:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-R.methodsS3
Version : 1.8.1
Release : 5.fc36
Architecture : noarch
Size : 99 k
Source : R-R.methodsS3-1.8.1-5.fc36.src.rpm
Repository : fedora
Summary : S3 Methods Simplified
URL : https://CRAN.R-project.org/package=R.methodsS3
License : LGPLv2+
Description : Methods that simplify the setup of S3 generic functions and S3 methods. Major
: effort has been made in making definition of methods as simple as possible with
: a minimum of maintenance for package developers. For example, generic
: functions are created automatically, if missing, and naming conflict are
: automatically solved, if possible. The method setMethodS3() is a good start
: for those who in the future may want to migrate to S4. This is a
: cross-platform package implemented in pure R that generates standard S3
: methods.