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

Last updated: July 04,2024

1. Install "R-conflicted.noarch" package

This guide covers the steps necessary to install R-conflicted.noarch on Fedora 36

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

2. Uninstall "R-conflicted.noarch" package

Please follow the instructions below to uninstall R-conflicted.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:52:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-conflicted
Version : 1.0.4
Release : 5.fc36
Architecture : noarch
Size : 85 k
Source : R-conflicted-1.0.4-5.fc36.src.rpm
Repository : fedora
Summary : An Alternative Conflict Resolution Strategy
URL : https://CRAN.R-project.org/package=conflicted
License : GPLv3
Description : R's default conflict management system gives the most recently loaded
: package precedence. This can make it hard to detect conflicts, particularly
: when they arise because a package update creates ambiguity that did not
: previously exist. 'conflicted' takes a different approach, making every
: conflict an error and forcing you to choose which function to use.