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

Last updated: July 01,2024

1. Install "R-selectr.noarch" package

Learn how to install R-selectr.noarch on Fedora 34

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

2. Uninstall "R-selectr.noarch" package

This is a short guide on how to uninstall R-selectr.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:25:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : R-selectr
Version : 0.4.2
Release : 5.fc34
Architecture : noarch
Size : 429 k
Source : R-selectr-0.4.2-5.fc34.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' ().