How To Install tachyon-libs on Fedora 36

In this tutorial we learn how to install tachyon-libs in Fedora 36. tachyon-libs is Parallel / Multiprocessor Ray Tracing System library

Introduction

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

What is tachyon-libs

A portable, high performance parallel ray tracing system with multithreaded implementation. Tachyon is built as a C callable library, which can be used with the included demo programs or within your own application. This package contains the shared library.

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

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

sudo dnf -y install tachyon-libs

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

sudo yum -y install tachyon-libs

How To Uninstall tachyon-libs on Fedora 36

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

sudo dnf remove tachyon-libs

tachyon-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/cd7f15cc064086d54de67f0f0c848a7faf8d47
/usr/lib64/libtachyon-0.99.so
/usr/share/doc/tachyon-libs
/usr/share/doc/tachyon-libs/Copyright
/usr/share/doc/tachyon-libs/README

References

Summary

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