How to Install and Uninstall libpacparser-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libpacparser-dev" package

This guide covers the steps necessary to install libpacparser-dev on Kali Linux

$ sudo apt update $ sudo apt install libpacparser-dev

2. Uninstall "libpacparser-dev" package

This tutorial shows how to uninstall libpacparser-dev on Kali Linux:

$ sudo apt remove libpacparser-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpacparser-dev package on Kali Linux

Package: libpacparser-dev
Source: pacparser
Version: 1.4.3-1
Installed-Size: 91
Maintainer: Debian Python Team
Architecture: amd64
Provides: libpacparser1-dev
Depends: libpacparser1 (= 1.4.3-1)
Conflicts: libpacparser1-dev
Size: 16552
SHA256: b324b43b67160096e405d3346b0eae8e19f73bc8ac073b5fb99a7610f65e7d4d
SHA1: 7c9e7d3c427ff77a3ff047c29e1c70fafc48b4df
MD5sum: 20e22d4215f30dc3f19b75c0b13fb1bb
Description: library to parse proxy auto-config files (development 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 header files to build against the shared library.
Description-md5:
Homepage: https://github.com/manugarg/pacparser
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/pacparser/libpacparser-dev_1.4.3-1_amd64.deb