How to Install and Uninstall python39-Theano Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-Theano" package

Please follow the guidelines below to install python39-Theano on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-Theano

2. Uninstall "python39-Theano" package

Please follow the step by step instructions below to uninstall python39-Theano on openSuSE Tumbleweed:

$ sudo zypper remove python39-Theano

3. Information about the python39-Theano package on openSuSE Tumbleweed

Information for package python39-Theano:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Theano
Version : 1.0.5-3.3
Arch : noarch
Vendor : openSUSE
Installed Size : 21,8 MiB
Installed : No
Status : not installed
Source package : python-Theano-1.0.5-3.3.src
Summary : A scientific python library
Description :
Theano is a Python library that allows you to define, optimize, and
evaluate mathematical expressions involving multi-dimensional arrays.
Theano features:
* tight integration with numpy - Use numpy.ndarray in Theano-compiled
functions.
* transparent use of a GPU
* symbolic differentiation - Let Theano do your derivatives.
* speed and stability optimizations – Get the right answer for log(1+x)
even when x is really tiny.
* dynamic C code generation - Evaluate expressions faster.
* extensive unit-testing and self-verification – Detect and diagnose
many types of mistake.