How to Install and Uninstall perl-HTTP-BrowserDetect.noarch Package on CentOS Stream 8

Last updated: October 07,2024

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

This tutorial shows how to install perl-HTTP-BrowserDetect.noarch on CentOS Stream 8

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

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

This is a short guide on how to uninstall perl-HTTP-BrowserDetect.noarch on CentOS Stream 8:

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

3. Information about the perl-HTTP-BrowserDetect.noarch package on CentOS Stream 8

Last metadata expiration check: 5:07:37 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-BrowserDetect
Version : 3.23
Release : 1.el8
Architecture : noarch
Size : 60 k
Source : perl-HTTP-BrowserDetect-3.23-1.el8.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.