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

Last updated: November 28,2024

1. Install "R-selectr.noarch" package

Please follow the steps below to install R-selectr.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 3:46:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-selectr
Version : 0.4.2
Release : 13.fc39
Architecture : noarch
Size : 421 k
Source : R-selectr-0.4.2-13.fc39.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' ().