How To Install gtengine on Fedora 36
Introduction
In this tutorial we learn how to install gtengine
on Fedora 36.
What is gtengine
A library of source code for computing in the fields of mathematics, graphics, image analysis, and physics. The engine is written in C++ 11 and, as such, has portable access to standard constructs for multithreading programming on cores. The engine also supports high-performance computing using general purpose GPU programming (GPGPU). SIMD code is also available using Intel Streaming SIMD Extensions (SSE). GTEngine requires OpenGL 4.5.0 (or later).
We can use yum
or dnf
to install gtengine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtengine.
Install gtengine 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 gtengine
using dnf
by running the following command:
sudo dnf -y install gtengine
Install gtengine 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 gtengine
using yum
by running the following command:
sudo yum -y install gtengine
How To Uninstall gtengine on Fedora 36
To uninstall only the gtengine
package we can use the following command:
sudo dnf remove gtengine
gtengine Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/250f50638b78981c481d3e20554232fc56d26d
/usr/lib/.build-id/58
/usr/lib/.build-id/58/4eda71f6a5a4b1d0258f47fd7732bb84eb66f8
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/1c9754eca693059523699cc6d6cccc0b5defea
/usr/lib/libgtapplications.so.5
/usr/lib/libgtapplications.so.5.12
/usr/lib/libgtgraphics.so.5
/usr/lib/libgtgraphics.so.5.12
/usr/lib/libgtmathematicsgpu.so.5
/usr/lib/libgtmathematicsgpu.so.5.12
/usr/share/doc/gtengine
/usr/share/doc/gtengine/README.md
/usr/share/licenses/gtengine
/usr/share/licenses/gtengine/LICENSE
References
Summary
In this tutorial we learn how to install gtengine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gtengine on Fedora 36” linkTitle: “gtengine” type: “docs” description: “In this tutorial we learn how to install gtengine in Fedora 36. gtengine is Library for computations in mathematics, graphics, image analysis, and physics” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gtengine-featured.png
Introduction
In this tutorial we learn how to install gtengine
on Fedora 36.
What is gtengine
A library of source code for computing in the fields of mathematics, graphics, image analysis, and physics. The engine is written in C++ 11 and, as such, has portable access to standard constructs for multithreading programming on cores. The engine also supports high-performance computing using general purpose GPU programming (GPGPU). SIMD code is also available using Intel Streaming SIMD Extensions (SSE). GTEngine requires OpenGL 4.5.0 (or later).
We can use yum
or dnf
to install gtengine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtengine.
Install gtengine 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 gtengine
using dnf
by running the following command:
sudo dnf -y install gtengine
Install gtengine 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 gtengine
using yum
by running the following command:
sudo yum -y install gtengine
How To Uninstall gtengine on Fedora 36
To uninstall only the gtengine
package we can use the following command:
sudo dnf remove gtengine
gtengine Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/61e17fc9a7f597980e60701c56278676f549fe
/usr/lib/.build-id/99
/usr/lib/.build-id/99/1b8f30d2156a7430247a384367a0f70f3615dd
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/3b43b965852a57ed2d368740e4ecbdf521cd91
/usr/lib64/libgtapplications.so.5
/usr/lib64/libgtapplications.so.5.12
/usr/lib64/libgtgraphics.so.5
/usr/lib64/libgtgraphics.so.5.12
/usr/lib64/libgtmathematicsgpu.so.5
/usr/lib64/libgtmathematicsgpu.so.5.12
/usr/share/doc/gtengine
/usr/share/doc/gtengine/README.md
/usr/share/licenses/gtengine
/usr/share/licenses/gtengine/LICENSE
References
Summary
In this tutorial we learn how to install gtengine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).