How to Install and Uninstall pi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 22,2024

1. Install "pi" package

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

$ sudo apt update $ sudo apt install pi

2. Uninstall "pi" package

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

$ sudo apt remove pi $ sudo apt autoclean && sudo apt autoremove

3. Information about the pi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pi
Priority: optional
Section: universe/math
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Richard Kreckel
Architecture: amd64
Source: cln
Version: 1.3.4-1
Depends: libc6 (>= 2.4), libcln6, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
Filename: pool/universe/c/cln/pi_1.3.4-1_amd64.deb
Size: 6230
MD5sum: 881227e8a884912d18abbc964d7f26aa
SHA1: f32c2fca12ecad24a0f170de4a93bf174c6b86a9
SHA256: 8c99e8731a64f50887873f6ea53e643697b045915b643782f91516d79c3b0d96
Description-en: Compute Archimedes' constant Pi to arbitrary precision
This program computes Archimedes' constant Pi to arbitrary precision.
It is extremely fast and the precision is only limited by your machine's
main memory.
.
This is a teaser for the CLN library, to which the actual computation is
delegated. You may use these decimal digits as random digits or search
them for hidden messages. :-)
Description-md5: faf9e20d941a71da7aae55e3c561fde9
Homepage: http://www.ginac.de/CLN/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu