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

Last updated: May 18,2024

1. Install "python3-sympy" package

Please follow the guidelines below to install python3-sympy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sympy

2. Uninstall "python3-sympy" package

Please follow the instructions below to uninstall python3-sympy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-sympy
Priority: optional
Section: universe/python
Installed-Size: 13905
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: sympy
Version: 0.7.6.1-1
Depends: python3:any (>= 3.3.2-2~), python3-mpmath, isympy
Recommends: python3-pil, ipython3, python3-numpy, texlive-fonts-extra, dvipng, python-sympy-doc
Filename: pool/universe/s/sympy/python3-sympy_0.7.6.1-1_all.deb
Size: 2252418
MD5sum: 92ec514fe4bc9e56866f9714ab1da3c2
SHA1: 84f56294fa5f276192dcf97d899e7346b494840c
SHA256: 910039cc5080425e917261b2c5f7c79aef0cd91a5fd8c193e93b0340d59b05f6
Description-en: Computer Algebra System (CAS) in Python (Python3)
SymPy is a Python library for symbolic mathematics (manipulation). It aims to
become a full-featured computer algebra system (CAS) while keeping the code as
simple as possible in order to be comprehensible and easily extensible. SymPy
is written entirely in Python and does not require any external libraries,
except optionally for plotting support.
.
This package contains the Python 3 version of sympy.
Description-md5: 1a6eb098473e078680ee0011e6cc8774
Homepage: http://sympy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu