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

Last updated: May 18,2024

1. Install "python3-sympy" package

Please follow the guidelines below to install python3-sympy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sympy

2. Uninstall "python3-sympy" package

Please follow the steps below to uninstall python3-sympy on openSUSE Leap:

$ sudo zypper remove python3-sympy

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

Information for package python3-sympy:
--------------------------------------
Repository : Main Repository
Name : python3-sympy
Version : 1.5.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 77.8 MiB
Installed : No
Status : not installed
Source package : python-sympy-1.5.1-bp155.2.11.src
Upstream URL : http://www.sympy.org/
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.