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

Last updated: May 18,2024

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

This is a short guide on how to install perl-HTTP-ProxyAutoConfig.noarch on CentOS Stream 8

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

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

This guide let you learn how to uninstall perl-HTTP-ProxyAutoConfig.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 5:11:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-ProxyAutoConfig
Version : 0.3
Release : 25.el8
Architecture : noarch
Size : 22 k
Source : perl-HTTP-ProxyAutoConfig-0.3-25.el8.src.rpm
Repository : epel
Summary : Use a .pac or wpad.dat file to get proxy information
URL : https://metacpan.org/release/HTTP-ProxyAutoConfig
License : GPL+ or Artistic
Description : HTTP::ProxyAutoConfig allows perl scripts that need to access the Internet
: to determine whether to do so via a proxy server. To do this, it uses proxy
: settings provided by an IT department, either on the Web or in a browser's
: .pac file on disk.