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

Last updated: May 01,2024

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

Here is a brief guide to show you how to install perl-Test-WWW-Selenium.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-Test-WWW-Selenium.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:54:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-WWW-Selenium
Version : 1.36
Release : 24.fc36
Architecture : noarch
Size : 67 k
Source : perl-Test-WWW-Selenium-1.36-24.fc36.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).