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

Last updated: September 22,2024

1. Install "python3-pygpu.i686" package

Please follow the guidelines below to install python3-pygpu.i686 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 2:06:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pygpu
Version : 0.7.6
Release : 14.fc35
Architecture : i686
Size : 307 k
Source : libgpuarray-0.7.6-14.fc35.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.