How to Install and Uninstall pari-gp2c Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "pari-gp2c" package

This guide covers the steps necessary to install pari-gp2c on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pari-gp2c

2. Uninstall "pari-gp2c" package

This tutorial shows how to uninstall pari-gp2c on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pari-gp2c $ sudo apt autoclean && sudo apt autoremove

3. Information about the pari-gp2c package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pari-gp2c
Priority: optional
Section: universe/math
Installed-Size: 778
Maintainer: Ubuntu Developers
Original-Maintainer: Bill Allombert
Architecture: amd64
Source: gp2c
Version: 0.0.9pl4-1
Depends: libpari-dev (>= 2.7.0), gcc, pari-gp (>= 2.7.0), libc6 (>= 2.14)
Recommends: libpari-dbg, gdb
Filename: pool/universe/g/gp2c/pari-gp2c_0.0.9pl4-1_amd64.deb
Size: 533232
MD5sum: c682efc26ae8636b7ac9ed40a3e79b14
SHA1: 5dc476b936f77298e76f4a7f36d7f16f9fc4ff0c
SHA256: 58bd41151e60577f8082c68d31b13954a919f5c84bee6f7609a313215f0e627c
Description-en: PARI/GP GP to C compiler
PARI/GP is a widely used computer algebra system designed for fast
computations in number theory (factorizations, algebraic number theory,
elliptic curves...), but also contains a large number of other useful
functions to compute with mathematical entities such as matrices,
polynomials, power series, algebraic numbers, etc., and a lot of
transcendental functions. PARI is also available as a C library to allow
for faster computations.
.
Originally developed by Henri Cohen and his co-workers (University Bordeaux I,
France), PARI is now under the GPL and maintained by Karim Belabas
with the help of many volunteer contributors.
.
This package contains the G2PC compiler that converts GP scripts to C
libpari modules and the helper scripts gp2c-run and gp2c-dbg.
Description-md5: 2ce2b494b96876d0ffa2f879ec54a3d1
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu