How to Install and Uninstall python3-pacparser Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-pacparser" package

Please follow the steps below to install python3-pacparser on Kali Linux

$ sudo apt update $ sudo apt install python3-pacparser

2. Uninstall "python3-pacparser" package

Please follow the instructions below to uninstall python3-pacparser on Kali Linux:

$ sudo apt remove python3-pacparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pacparser package on Kali Linux

Package: python3-pacparser
Source: pacparser
Version: 1.4.3-1
Installed-Size: 2565
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 321324
SHA256: 34088716d0722e456caf1ec3cee49a4cfea1428102ffd1006e887dd2ce0ef728
SHA1: 89b011df95f3392f95f55db02ca51672f146e900
MD5sum: cb3304a3b0018944236f3891549f5ff9
Description: Python 3 module to parse proxy auto-config files
a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
a vastly used proxy configuration method these days. Web browsers can use a PAC
file to determine which proxy server to use or whether to go direct for a given
URL. PAC files are written in JavaScript and can be programmed to return
different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
source IP address, protocol, time of the day etc. PAC files introduce a lot of
possibilities.
.
Needless to say, PAC files are now a widely accepted method for proxy
configuration management and companies all over are using them in corporate
environments. Almost all popular web browsers support PAC files. The idea
behind pacparser is to make it easy to add this PAC file parsing capability to
any program (C and Python supported right now).
.
This package contains the Python 3 bindings for the shared library
Description-md5:
Homepage: https://github.com/manugarg/pacparser
Section: python
Priority: optional
Filename: pool/main/p/pacparser/python3-pacparser_1.4.3-1_amd64.deb