How to Install and Uninstall python-pacparser Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-pacparser" package

This guide covers the steps necessary to install python-pacparser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pacparser

2. Uninstall "python-pacparser" package

Here is a brief guide to show you how to uninstall python-pacparser on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-pacparser package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pacparser
Priority: extra
Section: universe/python
Installed-Size: 1327
Maintainer: Ubuntu Developers
Original-Maintainer: Manu Garg
Architecture: amd64
Source: pacparser
Version: 1.3.6-1.1build1
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/pacparser/python-pacparser_1.3.6-1.1build1_amd64.deb
Size: 326110
MD5sum: 09f14dabaf9d0cfe96ce281535542fad
SHA1: 45e3212fbf5330378c46b6f0d69b87b9a4ab57a3
SHA256: 9602dec010a1a105b9a4779e6fecf08bc33259ba88d64ab0895dc16dfeb5e902
Description-en: Python 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 bindings for the shared library
Description-md5: c2c30e1882d479ca94d0fd1b536a9513
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu