How To Install libgpuarray on Fedora 36
Introduction
In this tutorial we learn how to install libgpuarray
on Fedora 36.
What is libgpuarray
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.
We can use yum
or dnf
to install libgpuarray
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgpuarray.
Install libgpuarray on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libgpuarray
using dnf
by running the following command:
sudo dnf -y install libgpuarray
Install libgpuarray on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgpuarray
using yum
by running the following command:
sudo yum -y install libgpuarray
How To Uninstall libgpuarray on Fedora 36
To uninstall only the libgpuarray
package we can use the following command:
sudo dnf remove libgpuarray
libgpuarray Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/cdf2054406df95a48fbb1d37d4c9fac3896d84
/usr/lib/libgpuarray.so.3
/usr/lib/libgpuarray.so.3.0
/usr/share/doc/libgpuarray
/usr/share/doc/libgpuarray/README.txt
/usr/share/licenses/libgpuarray
/usr/share/licenses/libgpuarray/LICENSE
References
Summary
In this tutorial we learn how to install libgpuarray
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgpuarray on Fedora 36” linkTitle: “libgpuarray” type: “docs” description: “In this tutorial we learn how to install libgpuarray in Fedora 36. libgpuarray is Library to manipulate tensors on a GPU” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgpuarray-featured.png
Introduction
In this tutorial we learn how to install libgpuarray
on Fedora 36.
What is libgpuarray
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.
We can use yum
or dnf
to install libgpuarray
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgpuarray.
Install libgpuarray on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libgpuarray
using dnf
by running the following command:
sudo dnf -y install libgpuarray
Install libgpuarray on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgpuarray
using yum
by running the following command:
sudo yum -y install libgpuarray
How To Uninstall libgpuarray on Fedora 36
To uninstall only the libgpuarray
package we can use the following command:
sudo dnf remove libgpuarray
libgpuarray Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/ded0ed2437b6d3504fc38749eae102c9c842f2
/usr/lib64/libgpuarray.so.3
/usr/lib64/libgpuarray.so.3.0
/usr/share/doc/libgpuarray
/usr/share/doc/libgpuarray/README.txt
/usr/share/licenses/libgpuarray
/usr/share/licenses/libgpuarray/LICENSE
References
Summary
In this tutorial we learn how to install libgpuarray
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).