How to Install and Uninstall perl-Test-WWW-Selenium.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Test-WWW-Selenium.noarch" package

Please follow the instructions below to install perl-Test-WWW-Selenium.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-WWW-Selenium.noarch

2. Uninstall "perl-Test-WWW-Selenium.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-WWW-Selenium.noarch on Fedora 34:

$ sudo dnf remove perl-Test-WWW-Selenium.noarch $ sudo dnf autoremove

3. Information about the perl-Test-WWW-Selenium.noarch package on Fedora 34

Last metadata expiration check: 0:34:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-WWW-Selenium
Version : 1.36
Release : 21.fc34
Architecture : noarch
Size : 68 k
Source : perl-Test-WWW-Selenium-1.36-21.fc34.src.rpm
Repository : fedora
Summary : Perl Client for the Selenium Remote Control test tool
URL : https://metacpan.org/release/Test-WWW-Selenium
License : (GPL+ or Artistic) and ASL 2.0
Description : Selenium Remote Control (SRC) is a test tool that allows you to write
: automated web application UI tests in any programming language against any
: HTTP website using any mainstream JavaScript-enabled browser. SRC provides
: a Selenium Server, which can automatically start/stop/control any supported
: browser. It works by using Selenium Core, a pure-HTML+JS library that
: performs automated tasks in JavaScript; the Selenium Server communicates
: directly with the browser using AJAX (XmlHttpRequest).