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

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-HTTP-BrowserDetect.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-HTTP-BrowserDetect.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:42:39 ago on Thu Feb 15 07:50:05 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.