How To Install tachyon-gl on Fedora 36

In this tutorial we learn how to install tachyon-gl in Fedora 36. tachyon-gl is Parallel / Multiprocessor Ray Tracing System with OpenGL display

Introduction

In this tutorial we learn how to install tachyon-gl on Fedora 36.

What is tachyon-gl

A portable, high performance parallel ray tracing system with multithreaded implementation. This package contains OpenGL-enabled build.

We can use yum or dnf to install tachyon-gl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tachyon-gl.

Install tachyon-gl 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 tachyon-gl using dnf by running the following command:

sudo dnf -y install tachyon-gl

Install tachyon-gl 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 tachyon-gl using yum by running the following command:

sudo yum -y install tachyon-gl

How To Uninstall tachyon-gl on Fedora 36

To uninstall only the tachyon-gl package we can use the following command:

sudo dnf remove tachyon-gl

tachyon-gl Package Contents on Fedora 36

/usr/bin/tachyon-ogl
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/5f3ea3f428a59991baf68ac85bfffb603b42f5
/usr/share/man/man1/tachyon-ogl.1.gz

References

Summary

In this tutorial we learn how to install tachyon-gl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).