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

Last updated: May 19,2024

1. Install "python3-pacparser" package

Here is a brief guide to show you how to install python3-pacparser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pacparser

2. Uninstall "python3-pacparser" package

In this section, we are going to explain the necessary steps to uninstall python3-pacparser on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pacparser
Priority: extra
Section: universe/python
Installed-Size: 1320
Maintainer: Ubuntu Developers
Original-Maintainer: Manu Garg
Architecture: amd64
Source: pacparser
Version: 1.3.6-1.1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14)
Filename: pool/universe/p/pacparser/python3-pacparser_1.3.6-1.1build1_amd64.deb
Size: 324610
MD5sum: a3434d407c9e496629d5f657eba69d7a
SHA1: 5a3094163fe7d2d0c4b2ccf4da479a348c15640a
SHA256: 06375276a6c637882b515179f20bdd0fb181eae1c666ea64eddbec8b8504b8d0
Description-en: 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: 520d0c667be868f4f30eb643bef97dd0
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu