How To Install FreeSOLID-devel on Fedora 36

In this tutorial we learn how to install FreeSOLID-devel in Fedora 36. FreeSOLID-devel is Development files for FreeSOLID

Introduction

In this tutorial we learn how to install FreeSOLID-devel on Fedora 36.

What is FreeSOLID-devel

Libraries and header files for developing applications that use FreeSOLID.

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

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

sudo dnf -y install FreeSOLID-devel

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

sudo yum -y install FreeSOLID-devel

How To Uninstall FreeSOLID-devel on Fedora 36

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

sudo dnf remove FreeSOLID-devel

FreeSOLID-devel Package Contents on Fedora 36

/usr/bin/freesolid-config
/usr/include/FreeSOLID
/usr/include/FreeSOLID/3D
/usr/include/FreeSOLID/3D/Basic.h
/usr/include/FreeSOLID/3D/Matrix.h
/usr/include/FreeSOLID/3D/Point.h
/usr/include/FreeSOLID/3D/Quaternion.h
/usr/include/FreeSOLID/3D/Tuple3.h
/usr/include/FreeSOLID/3D/Tuple4.h
/usr/include/FreeSOLID/3D/Vector.h
/usr/include/FreeSOLID/AlgoTable.h
/usr/include/FreeSOLID/BBox.h
/usr/include/FreeSOLID/BBoxTree.h
/usr/include/FreeSOLID/BP_Endpoint.h
/usr/include/FreeSOLID/BP_Proxy.h
/usr/include/FreeSOLID/BP_Scene.h
/usr/include/FreeSOLID/Box.h
/usr/include/FreeSOLID/Complex.h
/usr/include/FreeSOLID/Cone.h
/usr/include/FreeSOLID/Convex.h
/usr/include/FreeSOLID/Cylinder.h
/usr/include/FreeSOLID/Encounter.h
/usr/include/FreeSOLID/Endpoint.h
/usr/include/FreeSOLID/GEN_List.h
/usr/include/FreeSOLID/GEN_MinMax.h
/usr/include/FreeSOLID/GEN_Optimize.h
/usr/include/FreeSOLID/GEN_Stream.h
/usr/include/FreeSOLID/GEN_random.h
/usr/include/FreeSOLID/IndexArray.h
/usr/include/FreeSOLID/MT_Matrix3x3.h
/usr/include/FreeSOLID/MT_Point.h
/usr/include/FreeSOLID/MT_Point2.h
/usr/include/FreeSOLID/MT_Point3.h
/usr/include/FreeSOLID/MT_Quaternion.h
/usr/include/FreeSOLID/MT_Scalar.h
/usr/include/FreeSOLID/MT_Transform.h
/usr/include/FreeSOLID/MT_Tuple2.h
/usr/include/FreeSOLID/MT_Tuple3.h
/usr/include/FreeSOLID/MT_Tuple4.h
/usr/include/FreeSOLID/MT_Vector2.h
/usr/include/FreeSOLID/MT_Vector3.h
/usr/include/FreeSOLID/MT_Vector4.h
/usr/include/FreeSOLID/Object.h
/usr/include/FreeSOLID/Polygon.h
/usr/include/FreeSOLID/Polyhedron.h
/usr/include/FreeSOLID/Polytope.h
/usr/include/FreeSOLID/RespTable.h
/usr/include/FreeSOLID/Response.h
/usr/include/FreeSOLID/SOLID
/usr/include/FreeSOLID/SOLID/broad.h
/usr/include/FreeSOLID/SOLID/solid.h
/usr/include/FreeSOLID/SOLID/types.h
/usr/include/FreeSOLID/Shape.h
/usr/include/FreeSOLID/Simplex.h
/usr/include/FreeSOLID/Sphere.h
/usr/include/FreeSOLID/Transform.h
/usr/include/FreeSOLID/VertexBase.h
/usr/lib64/libFreeSOLID.so
/usr/lib64/pkgconfig/FreeSOLID.pc
/usr/share/doc/FreeSOLID-devel
/usr/share/doc/FreeSOLID-devel/sample
/usr/share/doc/FreeSOLID-devel/sample/Makefile
/usr/share/doc/FreeSOLID-devel/sample/Makefile.am
/usr/share/doc/FreeSOLID-devel/sample/Makefile.in
/usr/share/doc/FreeSOLID-devel/sample/sample.cpp
/usr/share/doc/FreeSOLID-devel/sample/sample.dsp
/usr/share/doc/FreeSOLID-devel/sample/teapot.cpp
/usr/share/doc/FreeSOLID-devel/sample/teapot.vrt
/usr/share/doc/FreeSOLID-devel/sample/x_wing.cpp
/usr/share/doc/FreeSOLID-devel/sample/x_wing.vrt
/usr/share/info/solid2.info.gz

References

Summary

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


title: “How To Install FreeSOLID-devel on Fedora 36” linkTitle: “FreeSOLID-devel” type: “docs” description: “In this tutorial we learn how to install FreeSOLID-devel in Fedora 36. FreeSOLID-devel is Development files for FreeSOLID” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/FreeSOLID-devel-featured.png

Introduction

In this tutorial we learn how to install FreeSOLID-devel on Fedora 36.

What is FreeSOLID-devel

Libraries and header files for developing applications that use FreeSOLID.

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

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

sudo dnf -y install FreeSOLID-devel

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

sudo yum -y install FreeSOLID-devel

How To Uninstall FreeSOLID-devel on Fedora 36

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

sudo dnf remove FreeSOLID-devel

FreeSOLID-devel Package Contents on Fedora 36

/usr/bin/freesolid-config
/usr/include/FreeSOLID
/usr/include/FreeSOLID/3D
/usr/include/FreeSOLID/3D/Basic.h
/usr/include/FreeSOLID/3D/Matrix.h
/usr/include/FreeSOLID/3D/Point.h
/usr/include/FreeSOLID/3D/Quaternion.h
/usr/include/FreeSOLID/3D/Tuple3.h
/usr/include/FreeSOLID/3D/Tuple4.h
/usr/include/FreeSOLID/3D/Vector.h
/usr/include/FreeSOLID/AlgoTable.h
/usr/include/FreeSOLID/BBox.h
/usr/include/FreeSOLID/BBoxTree.h
/usr/include/FreeSOLID/BP_Endpoint.h
/usr/include/FreeSOLID/BP_Proxy.h
/usr/include/FreeSOLID/BP_Scene.h
/usr/include/FreeSOLID/Box.h
/usr/include/FreeSOLID/Complex.h
/usr/include/FreeSOLID/Cone.h
/usr/include/FreeSOLID/Convex.h
/usr/include/FreeSOLID/Cylinder.h
/usr/include/FreeSOLID/Encounter.h
/usr/include/FreeSOLID/Endpoint.h
/usr/include/FreeSOLID/GEN_List.h
/usr/include/FreeSOLID/GEN_MinMax.h
/usr/include/FreeSOLID/GEN_Optimize.h
/usr/include/FreeSOLID/GEN_Stream.h
/usr/include/FreeSOLID/GEN_random.h
/usr/include/FreeSOLID/IndexArray.h
/usr/include/FreeSOLID/MT_Matrix3x3.h
/usr/include/FreeSOLID/MT_Point.h
/usr/include/FreeSOLID/MT_Point2.h
/usr/include/FreeSOLID/MT_Point3.h
/usr/include/FreeSOLID/MT_Quaternion.h
/usr/include/FreeSOLID/MT_Scalar.h
/usr/include/FreeSOLID/MT_Transform.h
/usr/include/FreeSOLID/MT_Tuple2.h
/usr/include/FreeSOLID/MT_Tuple3.h
/usr/include/FreeSOLID/MT_Tuple4.h
/usr/include/FreeSOLID/MT_Vector2.h
/usr/include/FreeSOLID/MT_Vector3.h
/usr/include/FreeSOLID/MT_Vector4.h
/usr/include/FreeSOLID/Object.h
/usr/include/FreeSOLID/Polygon.h
/usr/include/FreeSOLID/Polyhedron.h
/usr/include/FreeSOLID/Polytope.h
/usr/include/FreeSOLID/RespTable.h
/usr/include/FreeSOLID/Response.h
/usr/include/FreeSOLID/SOLID
/usr/include/FreeSOLID/SOLID/broad.h
/usr/include/FreeSOLID/SOLID/solid.h
/usr/include/FreeSOLID/SOLID/types.h
/usr/include/FreeSOLID/Shape.h
/usr/include/FreeSOLID/Simplex.h
/usr/include/FreeSOLID/Sphere.h
/usr/include/FreeSOLID/Transform.h
/usr/include/FreeSOLID/VertexBase.h
/usr/lib/libFreeSOLID.so
/usr/lib/pkgconfig/FreeSOLID.pc
/usr/share/doc/FreeSOLID-devel
/usr/share/doc/FreeSOLID-devel/sample
/usr/share/doc/FreeSOLID-devel/sample/Makefile
/usr/share/doc/FreeSOLID-devel/sample/Makefile.am
/usr/share/doc/FreeSOLID-devel/sample/Makefile.in
/usr/share/doc/FreeSOLID-devel/sample/sample.cpp
/usr/share/doc/FreeSOLID-devel/sample/sample.dsp
/usr/share/doc/FreeSOLID-devel/sample/teapot.cpp
/usr/share/doc/FreeSOLID-devel/sample/teapot.vrt
/usr/share/doc/FreeSOLID-devel/sample/x_wing.cpp
/usr/share/doc/FreeSOLID-devel/sample/x_wing.vrt
/usr/share/info/solid2.info.gz

References

Summary

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