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

Last updated: May 15,2024

1. Install "python3-gccjit" package

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

$ sudo apt update $ sudo apt install python3-gccjit

2. Uninstall "python3-gccjit" package

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

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

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

Package: python3-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), python3 (<< 3.6), python3 (>= 3.5~)
Suggests: python-gccjit-doc
Filename: pool/universe/p/pygccjit/python3-gccjit_0.4-5_amd64.deb
Size: 48776
MD5sum: 925060988aa460a195d551960b84067a
SHA1: 3e3075eb469d17303dfa8443a2af09c0c2b657f7
SHA256: 72692498d88354f307429077a34b8cb6a9bd14fb307e261daa58e5fd70b60998
Description-en: Python3 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: 8157c5345db73f57ae95a0afc3bf0797
Homepage: https://github.com/davidmalcolm/pygccjit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu