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

Last updated: October 06,2024

1. Install "python3-pygpu.i686" package

Learn how to install python3-pygpu.i686 on Fedora 34

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

2. Uninstall "python3-pygpu.i686" package

Please follow the instructions below to uninstall python3-pygpu.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:47:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pygpu
Version : 0.7.6
Release : 11.fc34
Architecture : i686
Size : 310 k
Source : libgpuarray-0.7.6-11.fc34.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.