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

Last updated: July 01,2024

1. Install "python3-pygpu.x86_64" package

Please follow the step by step instructions below to install python3-pygpu.x86_64 on Fedora 34

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

2. Uninstall "python3-pygpu.x86_64" package

Here is a brief guide to show you how to uninstall python3-pygpu.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:03:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pygpu
Version : 0.7.6
Release : 11.fc34
Architecture : x86_64
Size : 303 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.