How To Install lib3ds on Fedora 36
Introduction
In this tutorial we learn how to install lib3ds
on Fedora 36.
What is lib3ds
lib3ds is a free ANSI-C library for working with the popular “3ds” 3D model format. Supported platforms include GNU (autoconf, automake, libtool, make, GCC) on Unix and Cygwin, and MS Visual C++ 6.0. lib3ds loads and saves Atmosphere settings, Background settings, Shadow map settings, Viewport setting, Materials, Cameras, Lights, Meshes, Hierarchy, Animation keyframes. It also contains useful matrix, vector and quaternion mathematics tools. lib3ds usually integrates well with OpenGL. In addition, some diagnostic and conversion tools are included.
We can use yum
or dnf
to install lib3ds
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3ds.
Install lib3ds 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 lib3ds
using dnf
by running the following command:
sudo dnf -y install lib3ds
Install lib3ds 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 lib3ds
using yum
by running the following command:
sudo yum -y install lib3ds
How To Uninstall lib3ds on Fedora 36
To uninstall only the lib3ds
package we can use the following command:
sudo dnf remove lib3ds
lib3ds Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/af6a31183963334831074e08c5ce6849975ffa
/usr/lib/lib3ds-1.so.3
/usr/lib/lib3ds-1.so.3.0.0
/usr/share/doc/lib3ds
/usr/share/doc/lib3ds/AUTHORS
/usr/share/doc/lib3ds/ChangeLog
/usr/share/doc/lib3ds/README
/usr/share/licenses/lib3ds
/usr/share/licenses/lib3ds/COPYING
References
Summary
In this tutorial we learn how to install lib3ds
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lib3ds on Fedora 36” linkTitle: “lib3ds” type: “docs” description: “In this tutorial we learn how to install lib3ds in Fedora 36. lib3ds is 3D Studio file format library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lib3ds-featured.png
Introduction
In this tutorial we learn how to install lib3ds
on Fedora 36.
What is lib3ds
lib3ds is a free ANSI-C library for working with the popular “3ds” 3D model format. Supported platforms include GNU (autoconf, automake, libtool, make, GCC) on Unix and Cygwin, and MS Visual C++ 6.0. lib3ds loads and saves Atmosphere settings, Background settings, Shadow map settings, Viewport setting, Materials, Cameras, Lights, Meshes, Hierarchy, Animation keyframes. It also contains useful matrix, vector and quaternion mathematics tools. lib3ds usually integrates well with OpenGL. In addition, some diagnostic and conversion tools are included.
We can use yum
or dnf
to install lib3ds
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3ds.
Install lib3ds 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 lib3ds
using dnf
by running the following command:
sudo dnf -y install lib3ds
Install lib3ds 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 lib3ds
using yum
by running the following command:
sudo yum -y install lib3ds
How To Uninstall lib3ds on Fedora 36
To uninstall only the lib3ds
package we can use the following command:
sudo dnf remove lib3ds
lib3ds Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/596b77f8069c6d76d784fa662f4461be54e441
/usr/lib64/lib3ds-1.so.3
/usr/lib64/lib3ds-1.so.3.0.0
/usr/share/doc/lib3ds
/usr/share/doc/lib3ds/AUTHORS
/usr/share/doc/lib3ds/ChangeLog
/usr/share/doc/lib3ds/README
/usr/share/licenses/lib3ds
/usr/share/licenses/lib3ds/COPYING
References
Summary
In this tutorial we learn how to install lib3ds
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).