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

Last updated: January 01,2025

1. Install "R-selectr.noarch" package

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

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

2. Uninstall "R-selectr.noarch" package

Please follow the guidelines below to uninstall R-selectr.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:52:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-selectr
Version : 0.4.2
Release : 8.fc36
Architecture : noarch
Size : 429 k
Source : R-selectr-0.4.2-8.fc36.src.rpm
Repository : fedora
Summary : Translate CSS Selectors to XPath Expressions
URL : https://CRAN.R-project.org/package=selectr
License : BSD
Description : Translates a CSS3 selector into an equivalent XPath expression. This allows us
: to use CSS selectors when working with the XML package as it can only evaluate
: XPath expressions. Also provided are convenience functions useful for using CSS
: selectors on XML nodes. This package is a port of the Python package
: 'cssselect' ().