How to Install and Uninstall libpacparser1 Package on Kali Linux

Last updated: May 15,2024

1. Install "libpacparser1" package

Please follow the guidelines below to install libpacparser1 on Kali Linux

$ sudo apt update $ sudo apt install libpacparser1

2. Uninstall "libpacparser1" package

This is a short guide on how to uninstall libpacparser1 on Kali Linux:

$ sudo apt remove libpacparser1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpacparser1 package on Kali Linux

Package: libpacparser1
Source: pacparser
Version: 1.4.3-1
Installed-Size: 2436
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 342044
SHA256: d5e23341d655d52e4e270ba74799ab6d7c96d5ba1453bf72989822f783008d51
SHA1: 2468c06556756c24dfdd7bb91b1b48f014cfe416
MD5sum: 6968b0d8d2ee9e8a19d5e269872a464b
Description: library 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 shared library, and pactester, a tool for testing
PAC files
Description-md5:
Homepage: https://github.com/manugarg/pacparser
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pacparser/libpacparser1_1.4.3-1_amd64.deb