How to Install and Uninstall python2-sympy Package on openSUSE Leap

Last updated: November 22,2024

1. Install "python2-sympy" package

Please follow the step by step instructions below to install python2-sympy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sympy

2. Uninstall "python2-sympy" package

This is a short guide on how to uninstall python2-sympy on openSUSE Leap:

$ sudo zypper remove python2-sympy

3. Information about the python2-sympy package on openSUSE Leap

Information for package python2-sympy:
--------------------------------------
Repository : Main Repository
Name : python2-sympy
Version : 1.5.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 66,8 MiB
Installed : No
Status : not installed
Source package : python-sympy-1.5.1-bp153.1.18.src
Summary : Computer algebra system (CAS) in Python
Description :
SymPy is a Python library for symbolic mathematics. 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.