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

Last updated: November 27,2024

1. Install "python-sympy" package

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

$ sudo apt update $ sudo apt install python-sympy

2. Uninstall "python-sympy" package

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

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-mpmath, isympy
Recommends: python-imaging, python-ctypes, ipython, python-numpy, texlive-fonts-extra, dvipng, python-pyglet, python-gmpy, python-sympy-doc
Conflicts: python-gmpy2
Filename: pool/universe/s/sympy/python-sympy_0.7.6.1-1_all.deb
Size: 2252482
MD5sum: d5e15ad6edbca7b6bb3e7b84f3530da4
SHA1: 51607be048d3a962e4864cb5a548a15f7b051a31
SHA256: e10ecb9695639de42209d11d58602019b89f0afb56a7a086eee87d1cc1453207
Description-en: Computer Algebra System (CAS) in Python
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.
Description-md5: 6056e6cef6dcfe0106530b41d92b60d5
Homepage: http://sympy.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu