How to Install and Uninstall perl-HTTP-BrowserDetect.noarch Package on Rocky Linux 9

Last updated: May 07,2024

1. Install "perl-HTTP-BrowserDetect.noarch" package

Learn how to install perl-HTTP-BrowserDetect.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-HTTP-BrowserDetect.noarch

2. Uninstall "perl-HTTP-BrowserDetect.noarch" package

This tutorial shows how to uninstall perl-HTTP-BrowserDetect.noarch on Rocky Linux 9:

$ sudo dnf remove perl-HTTP-BrowserDetect.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-BrowserDetect.noarch package on Rocky Linux 9

Last metadata expiration check: 1:49:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-HTTP-BrowserDetect
Version : 3.35
Release : 2.el9
Architecture : noarch
Size : 55 k
Source : perl-HTTP-BrowserDetect-3.35-2.el9.src.rpm
Repository : epel
Summary : Determine the Web browser, version, and platform from an HTTP user agent string
URL : https://metacpan.org/release/HTTP-BrowserDetect
License : GPL+ or Artistic
Description : The HTTP::BrowserDetect object does a number of tests on an HTTP user agent
: string. The results of these tests are available via methods of the object.
:
: This module is based upon the JavaScript browser detection code available
: at http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.