How to Install and Uninstall python36-sympy Package on openSuSE Tumbleweed

Last updated: June 25,2024

1. Install "python36-sympy" package

This guide covers the steps necessary to install python36-sympy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-sympy

2. Uninstall "python36-sympy" package

This is a short guide on how to uninstall python36-sympy on openSuSE Tumbleweed:

$ sudo zypper remove python36-sympy

3. Information about the python36-sympy package on openSuSE Tumbleweed

Information for package python36-sympy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-sympy
Version : 1.8-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 63,8 MiB
Installed : No
Status : not installed
Source package : python-sympy-1.8-1.3.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.