How To Install openvdb-libs on Fedora 36

In this tutorial we learn how to install openvdb-libs in Fedora 36. openvdb-libs is Core OpenVDB libraries

Introduction

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

What is openvdb-libs

OpenVDB is an Academy Award-winning open-source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by Academy Software Foundation for use in volumetric applications typically encountered in feature film production.

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

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

sudo dnf -y install openvdb-libs

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

sudo yum -y install openvdb-libs

How To Uninstall openvdb-libs on Fedora 36

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

sudo dnf remove openvdb-libs

openvdb-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/11cb65c6a5f920ecb8766ff8526bb089a5682b
/usr/lib64/libopenvdb.so.9.0
/usr/lib64/libopenvdb.so.9.0.0
/usr/share/doc/openvdb-libs
/usr/share/doc/openvdb-libs/CHANGES
/usr/share/doc/openvdb-libs/README.md
/usr/share/licenses/openvdb-libs
/usr/share/licenses/openvdb-libs/LICENSE

References

Summary

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


title: “How To Install openvdb-libs on Fedora 36” linkTitle: “openvdb-libs” type: “docs” description: “In this tutorial we learn how to install openvdb-libs in Fedora 36. openvdb-libs is Core OpenVDB libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openvdb-libs-featured.png

Introduction

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

What is openvdb-libs

OpenVDB is an Academy Award-winning open-source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by Academy Software Foundation for use in volumetric applications typically encountered in feature film production.

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

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

sudo dnf -y install openvdb-libs

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

sudo yum -y install openvdb-libs

How To Uninstall openvdb-libs on Fedora 36

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

sudo dnf remove openvdb-libs

openvdb-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/0a439764ef09cf1ca2ffab6e5c5d74250a238b
/usr/lib/libopenvdb.so.9.0
/usr/lib/libopenvdb.so.9.0.0
/usr/share/doc/openvdb-libs
/usr/share/doc/openvdb-libs/CHANGES
/usr/share/doc/openvdb-libs/README.md
/usr/share/licenses/openvdb-libs
/usr/share/licenses/openvdb-libs/LICENSE

References

Summary

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