How To Install lib3ds-tools on Fedora 36
Introduction
In this tutorial we learn how to install lib3ds-tools
on Fedora 36.
What is lib3ds-tools
Some tools to process 3ds files.
We can use yum
or dnf
to install lib3ds-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3ds-tools.
Install lib3ds-tools 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-tools
using dnf
by running the following command:
sudo dnf -y install lib3ds-tools
Install lib3ds-tools 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-tools
using yum
by running the following command:
sudo yum -y install lib3ds-tools
How To Uninstall lib3ds-tools on Fedora 36
To uninstall only the lib3ds-tools
package we can use the following command:
sudo dnf remove lib3ds-tools
lib3ds-tools Package Contents on Fedora 36
/usr/bin/3dsdump
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0bd7190af97ba6fb25ded46e7e3eb7df2dabee
/usr/share/doc/lib3ds-tools
/usr/share/doc/lib3ds-tools/AUTHORS
/usr/share/doc/lib3ds-tools/ChangeLog
/usr/share/doc/lib3ds-tools/README
/usr/share/licenses/lib3ds-tools
/usr/share/licenses/lib3ds-tools/COPYING
/usr/share/man/man1/3dsdump.1.gz
References
Summary
In this tutorial we learn how to install lib3ds-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).