How to Install and Uninstall python3-pycparser Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-pycparser" package

Please follow the guidelines below to install python3-pycparser on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pycparser

2. Uninstall "python3-pycparser" package

Learn how to uninstall python3-pycparser on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-pycparser package on Ubuntu 21.10 (Impish Indri)

Package: python3-pycparser
Architecture: all
Version: 2.20-3ubuntu1
Priority: optional
Section: python
Source: pycparser
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 555
Depends: python3-ply-lex-3.10, python3-ply-yacc-3.10, python3:any
Suggests: cpp
Filename: pool/main/p/pycparser/python3-pycparser_2.20-3ubuntu1_all.deb
Size: 67684
MD5sum: 5a26e6cbd692e37f068b8d45d3833856
SHA1: 395e5187fc1f2399993845906717de57e00ce254
SHA256: 7792247fb4110cf9072c3347a5932cfbfaf53389f39877f8e32a6e88f64a06e0
SHA512: 133b569fa35c5b65c5c1ff78c2284c262913d3c60381115746d4f013c1a560f3addd93a15f8f9576588bfdbb24cf9f3590e47d12105f4b615575e66ba52c5063
Homepage: https://github.com/eliben/pycparser
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
Task: ubuntustudio-desktop