How To Install tinyobjloader on Fedora 36

In this tutorial we learn how to install tinyobjloader in Fedora 36. tinyobjloader is Tiny wavefront obj loader

Introduction

In this tutorial we learn how to install tinyobjloader on Fedora 36.

What is tinyobjloader

Tiny but powerful single file wavefront obj loader written in C++. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.

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

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

sudo dnf -y install tinyobjloader

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

sudo yum -y install tinyobjloader

How To Uninstall tinyobjloader on Fedora 36

To uninstall only the tinyobjloader package we can use the following command:

sudo dnf remove tinyobjloader

tinyobjloader Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/5d845781170344de4f07a0b739df7fad5cfd8a
/usr/lib/libtinyobjloader.so.1
/usr/lib/libtinyobjloader.so.1.0.4
/usr/share/doc/tinyobjloader
/usr/share/doc/tinyobjloader/README.md
/usr/share/licenses/tinyobjloader
/usr/share/licenses/tinyobjloader/LICENSE

References

Summary

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


title: “How To Install tinyobjloader on Fedora 36” linkTitle: “tinyobjloader” type: “docs” description: “In this tutorial we learn how to install tinyobjloader in Fedora 36. tinyobjloader is Tiny wavefront obj loader” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tinyobjloader-featured.png

Introduction

In this tutorial we learn how to install tinyobjloader on Fedora 36.

What is tinyobjloader

Tiny but powerful single file wavefront obj loader written in C++. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.

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

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

sudo dnf -y install tinyobjloader

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

sudo yum -y install tinyobjloader

How To Uninstall tinyobjloader on Fedora 36

To uninstall only the tinyobjloader package we can use the following command:

sudo dnf remove tinyobjloader

tinyobjloader Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/5bf136ab7c3ecd39af27d1be38a418d62224cf
/usr/lib64/libtinyobjloader.so.1
/usr/lib64/libtinyobjloader.so.1.0.4
/usr/share/doc/tinyobjloader
/usr/share/doc/tinyobjloader/README.md
/usr/share/licenses/tinyobjloader
/usr/share/licenses/tinyobjloader/LICENSE

References

Summary

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