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

Last updated: October 04,2024

1. Install "python3-pycparser" package

Learn how to install python3-pycparser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pycparser

2. Uninstall "python3-pycparser" package

Please follow the step by step instructions below to uninstall python3-pycparser on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pycparser
Priority: optional
Section: universe/python
Installed-Size: 392
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pycparser
Version: 2.14+dfsg-2build1
Depends: python3-ply-lex-3.5, python3-ply-yacc-3.5, python3:any (>= 3.3.2-2~)
Suggests: cpp
Filename: pool/universe/p/pycparser/python3-pycparser_2.14+dfsg-2build1_all.deb
Size: 57980
MD5sum: 186fc48fc8ccd31111de76bf65202355
SHA1: 8a0c458aa064220e32597200cf9e69d2e69cc7da
SHA256: dca19a6361cd0fc6bcb514f3dd5702581a2dcf855799e25161ab3a1cd2b2142b
Description-en: C parser in Python 3
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
.
This package contains the Python 3 version.
Description-md5: 851cdb20f9e251211911fe1b50030bd3
Homepage: https://github.com/eliben/pycparser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu