How to Install and Uninstall R-selectr.noarch Package on Fedora 38
Last updated: November 29,2024
1. Install "R-selectr.noarch" package
Please follow the instructions below to install R-selectr.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
R-selectr.noarch
Copied
2. Uninstall "R-selectr.noarch" package
In this section, we are going to explain the necessary steps to uninstall R-selectr.noarch on Fedora 38:
$
sudo dnf remove
R-selectr.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the R-selectr.noarch package on Fedora 38
Last metadata expiration check: 3:35:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-selectr
Version : 0.4.2
Release : 12.fc38
Architecture : noarch
Size : 426 k
Source : R-selectr-0.4.2-12.fc38.src.rpm
Repository : updates
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' ( ).
Available Packages
Name : R-selectr
Version : 0.4.2
Release : 12.fc38
Architecture : noarch
Size : 426 k
Source : R-selectr-0.4.2-12.fc38.src.rpm
Repository : updates
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' (