How To Install bullet-extras-devel on Rocky Linux 8

In this tutorial we learn how to install bullet-extras-devel on Rocky Linux 8. bullet-extras-devel is Development files for bullet extras

Introduction

In this tutorial we learn how to install bullet-extras-devel on Rocky Linux 8.

What is bullet-extras-devel

Development headers and libraries for bullet extra libraries.

We can use yum or dnf to install bullet-extras-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install bullet-extras-devel.

Install bullet-extras-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install bullet-extras-devel using dnf by running the following command:

sudo dnf -y install bullet-extras-devel

Install bullet-extras-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install bullet-extras-devel using yum by running the following command:

sudo yum -y install bullet-extras-devel

How To Uninstall bullet-extras-devel on Rocky Linux 8

To uninstall only the bullet-extras-devel package we can use the following command:

sudo dnf remove bullet-extras-devel

bullet-extras-devel Package Contents on Rocky Linux 8

/usr/include/bullet/Bullet2FileLoader
/usr/include/bullet/Bullet2FileLoader/autogenerated
/usr/include/bullet/Bullet2FileLoader/autogenerated/bullet2.h
/usr/include/bullet/Bullet2FileLoader/b3BulletFile.h
/usr/include/bullet/Bullet2FileLoader/b3Chunk.h
/usr/include/bullet/Bullet2FileLoader/b3Common.h
/usr/include/bullet/Bullet2FileLoader/b3DNA.h
/usr/include/bullet/Bullet2FileLoader/b3Defines.h
/usr/include/bullet/Bullet2FileLoader/b3File.h
/usr/include/bullet/Bullet2FileLoader/b3Serializer.h
/usr/include/bullet/BulletFileLoader
/usr/include/bullet/BulletFileLoader/autogenerated
/usr/include/bullet/BulletFileLoader/autogenerated/bullet.h
/usr/include/bullet/BulletFileLoader/bChunk.h
/usr/include/bullet/BulletFileLoader/bCommon.h
/usr/include/bullet/BulletFileLoader/bDNA.h
/usr/include/bullet/BulletFileLoader/bDefines.h
/usr/include/bullet/BulletFileLoader/bFile.h
/usr/include/bullet/BulletFileLoader/btBulletFile.h
/usr/include/bullet/BulletWorldImporter
/usr/include/bullet/BulletWorldImporter/btBulletWorldImporter.h
/usr/include/bullet/BulletWorldImporter/btWorldImporter.h
/usr/include/bullet/BulletXmlWorldImporter
/usr/include/bullet/BulletXmlWorldImporter/btBulletXmlWorldImporter.h
/usr/include/bullet/BulletXmlWorldImporter/string_split.h
/usr/include/bullet/BulletXmlWorldImporter/tinystr.h
/usr/include/bullet/BulletXmlWorldImporter/tinyxml.h
/usr/include/bullet/ConvexDecomposition
/usr/include/bullet/ConvexDecomposition/ConvexBuilder.h
/usr/include/bullet/ConvexDecomposition/ConvexDecomposition.h
/usr/include/bullet/ConvexDecomposition/bestfit.h
/usr/include/bullet/ConvexDecomposition/bestfitobb.h
/usr/include/bullet/ConvexDecomposition/cd_hull.h
/usr/include/bullet/ConvexDecomposition/cd_vector.h
/usr/include/bullet/ConvexDecomposition/cd_wavefront.h
/usr/include/bullet/ConvexDecomposition/concavity.h
/usr/include/bullet/ConvexDecomposition/fitsphere.h
/usr/include/bullet/ConvexDecomposition/float_math.h
/usr/include/bullet/ConvexDecomposition/meshvolume.h
/usr/include/bullet/ConvexDecomposition/planetri.h
/usr/include/bullet/ConvexDecomposition/raytri.h
/usr/include/bullet/ConvexDecomposition/splitplane.h
/usr/include/bullet/ConvexDecomposition/vlookup.h
/usr/include/bullet/GIMPACTUtils
/usr/include/bullet/GIMPACTUtils/btGImpactConvexDecompositionShape.h
/usr/include/bullet/HACD
/usr/include/bullet/HACD/hacdCircularList.h
/usr/include/bullet/HACD/hacdCircularList.inl
/usr/include/bullet/HACD/hacdGraph.h
/usr/include/bullet/HACD/hacdHACD.h
/usr/include/bullet/HACD/hacdICHull.h
/usr/include/bullet/HACD/hacdManifoldMesh.h
/usr/include/bullet/HACD/hacdVector.h
/usr/include/bullet/HACD/hacdVector.inl
/usr/include/bullet/HACD/hacdVersion.h
/usr/lib64/libBullet2FileLoader.so
/usr/lib64/libBulletFileLoader.so
/usr/lib64/libBulletInverseDynamicsUtils.so
/usr/lib64/libBulletWorldImporter.so
/usr/lib64/libBulletXmlWorldImporter.so
/usr/lib64/libConvexDecomposition.so
/usr/lib64/libGIMPACTUtils.so
/usr/lib64/libHACD.so

References

Summary

In this tutorial we learn how to install bullet-extras-devel on Rocky Linux 8 using yum and dnf.