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

Last updated: October 06,2024

1. Install "python3-pygpu.x86_64" package

This is a short guide on how to install python3-pygpu.x86_64 on Fedora 36

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

2. Uninstall "python3-pygpu.x86_64" package

Please follow the step by step instructions below to uninstall python3-pygpu.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:05:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pygpu
Version : 0.7.6
Release : 16.fc36
Architecture : x86_64
Size : 299 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.