How to Install and Uninstall libgpuarray.i686 Package on Fedora 35

Last updated: September 22,2024

1. Install "libgpuarray.i686" package

This is a short guide on how to install libgpuarray.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libgpuarray.i686

2. Uninstall "libgpuarray.i686" package

Please follow the steps below to uninstall libgpuarray.i686 on Fedora 35:

$ sudo dnf remove libgpuarray.i686 $ sudo dnf autoremove

3. Information about the libgpuarray.i686 package on Fedora 35

Last metadata expiration check: 2:55:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libgpuarray
Version : 0.7.6
Release : 14.fc35
Architecture : i686
Size : 126 k
Source : libgpuarray-0.7.6-14.fc35.src.rpm
Repository : fedora
Summary : Library to manipulate tensors on a GPU
URL : http://deeplearning.net/software/libgpuarray/
License : ISC and BSD
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.