How To Install partio on Fedora 36

In this tutorial we learn how to install partio in Fedora 36. partio is Library for reading/writing/manipulating common animation particle

Introduction

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

What is partio

C++ (with python bindings) library for easily reading/writing/manipulating common animation particle formats such as PDB, BGEO, PTC.

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

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

sudo dnf -y install partio

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

sudo yum -y install partio

How To Uninstall partio on Fedora 36

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

sudo dnf remove partio

partio Package Contents on Fedora 36

/usr/bin/partattr
/usr/bin/partconvert
/usr/bin/partedit
/usr/bin/partinfo
/usr/bin/partinspect
/usr/bin/partjson
/usr/bin/partview
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/2119a7c3eb32e8cc0786e098cd2e9319fe22e1
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/2df69b8fe2d2bad09133a5bddbf484a4d1dab4
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/2a0bfd7f2d0ce10ba6888f9685bc9083be9c45
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/b1c9fee30b3cb765c63dfd59398c5063cab1bd
/usr/share/doc/partio
/usr/share/doc/partio/README.md
/usr/share/licenses/partio
/usr/share/licenses/partio/LICENSE
/usr/share/partio
/usr/share/swig/partio.i

References

Summary

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