How To Install opensubdiv on Fedora 36
Introduction
In this tutorial we learn how to install opensubdiv
on Fedora 36.
What is opensubdiv
OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This codepath is optimized for drawing deforming subdivs with static topology at interactive framerates.
We can use yum
or dnf
to install opensubdiv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opensubdiv.
Install opensubdiv 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 opensubdiv
using dnf
by running the following command:
sudo dnf -y install opensubdiv
Install opensubdiv 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 opensubdiv
using yum
by running the following command:
sudo yum -y install opensubdiv
How To Uninstall opensubdiv on Fedora 36
To uninstall only the opensubdiv
package we can use the following command:
sudo dnf remove opensubdiv
opensubdiv Package Contents on Fedora 36
/usr/bin/stringify
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/21ff078da0d5e51fd6b9ae25cf52f9c0a4ad28
/usr/share/licenses/opensubdiv
/usr/share/licenses/opensubdiv/LICENSE.txt
References
Summary
In this tutorial we learn how to install opensubdiv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install opensubdiv on Fedora 36” linkTitle: “opensubdiv” type: “docs” description: “In this tutorial we learn how to install opensubdiv in Fedora 36. opensubdiv is High performance subdivision surface libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/opensubdiv-featured.png
Introduction
In this tutorial we learn how to install opensubdiv
on Fedora 36.
What is opensubdiv
OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This codepath is optimized for drawing deforming subdivs with static topology at interactive framerates.
We can use yum
or dnf
to install opensubdiv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opensubdiv.
Install opensubdiv 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 opensubdiv
using dnf
by running the following command:
sudo dnf -y install opensubdiv
Install opensubdiv 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 opensubdiv
using yum
by running the following command:
sudo yum -y install opensubdiv
How To Uninstall opensubdiv on Fedora 36
To uninstall only the opensubdiv
package we can use the following command:
sudo dnf remove opensubdiv
opensubdiv Package Contents on Fedora 36
/usr/bin/stringify
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/62b2cc53f6e521d3326d4b1225a150ba2209b7
/usr/share/licenses/opensubdiv
/usr/share/licenses/opensubdiv/LICENSE.txt
References
Summary
In this tutorial we learn how to install opensubdiv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).