How to Install and Uninstall python3-pygpu.i686 Package on Fedora 36

Last updated: May 17,2024

1. Install "python3-pygpu.i686" package

This guide covers the steps necessary to install python3-pygpu.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-pygpu.i686

2. Uninstall "python3-pygpu.i686" package

Please follow the steps below to uninstall python3-pygpu.i686 on Fedora 36:

$ sudo dnf remove python3-pygpu.i686 $ sudo dnf autoremove

3. Information about the python3-pygpu.i686 package on Fedora 36

Last metadata expiration check: 3:52:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pygpu
Version : 0.7.6
Release : 16.fc36
Architecture : i686
Size : 309 k
Source : libgpuarray-0.7.6-16.fc36.src.rpm
Repository : fedora
Summary : Python 3 interface to manipulate tensors on a GPU
URL : http://deeplearning.net/software/libgpuarray/
License : ISC and MIT
Description : The goal of this project is to make a common GPU ndarray (n dimensional
: array) that can be reused by all projects, that is as future proof as
: possible, while keeping it easy to use for simple needs and quick tests.