How to Install and Uninstall python38-aesara Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python38-aesara" package

This is a short guide on how to install python38-aesara on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-aesara

2. Uninstall "python38-aesara" package

In this section, we are going to explain the necessary steps to uninstall python38-aesara on openSuSE Tumbleweed:

$ sudo zypper remove python38-aesara

3. Information about the python38-aesara package on openSuSE Tumbleweed

Information for package python38-aesara:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-aesara
Version : 2.0.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 14,0 MiB
Installed : No
Status : not installed
Source package : python-aesara-2.0.0-1.6.src
Summary : Effeciently evaluate expressions involving multi-dimensional arrays
Description :
Aesara is a Python library that allows you to define, optimize, and efficiently
evaluate mathematical expressions involving multi-dimensional arrays. It can
use GPUs and perform efficient symbolic differentiation.
This is a fork of the original (and no longer maintained) Theano library.