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

Last updated: May 19,2024

1. Install "python-gccjit" package

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

$ sudo apt update $ sudo apt install python-gccjit

2. Uninstall "python-gccjit" package

Please follow the steps below to uninstall python-gccjit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gccjit
Priority: optional
Section: universe/python
Installed-Size: 194
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: amd64
Source: pygccjit
Version: 0.4-5
Depends: libc6 (>= 2.4), libgccjit0 (>= 5.1), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Suggests: python-gccjit-doc
Filename: pool/universe/p/pygccjit/python-gccjit_0.4-5_amd64.deb
Size: 48754
MD5sum: 98fa7aa4ff5227dfa64f337525bc3a3b
SHA1: bafbe381b535c10c9fab9f3c713345bf80d1e8bf
SHA256: cd884d43a069e11a3c3f8131f825d3761b3232a33401adfe987e9ffd0c954999
Description-en: Python bindings for libgccjit
The bindings support both CPython 2 and CPython 3 (using Cython).
.
Note that both libgccjit and the bindings are of "Alpha" quality;
the APIs are not yet set in stone, and they shouldn't be used in
production yet.
Description-md5: 7f0cd59a7493a92a1ef6a990a06d58ea
Homepage: https://github.com/davidmalcolm/pygccjit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu