How To Install lib3ds-devel on Fedora 36

In this tutorial we learn how to install lib3ds-devel in Fedora 36. lib3ds-devel is 3D Studio file format library

Introduction

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

What is lib3ds-devel

Development files for lib3ds

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

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

sudo dnf -y install lib3ds-devel

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

sudo yum -y install lib3ds-devel

How To Uninstall lib3ds-devel on Fedora 36

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

sudo dnf remove lib3ds-devel

lib3ds-devel Package Contents on Fedora 36

---
title: "How To Install lib3ds-devel on Fedora 36"
linkTitle: "lib3ds-devel"
type: "docs"
description: "In this tutorial we learn how to install lib3ds-devel in Fedora 36. lib3ds-devel is 3D Studio file format library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lib3ds-devel-featured.png
---

## Introduction

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

### What is `lib3ds-devel`

> Development files for lib3ds  

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

## Install lib3ds-devel on Fedora 36 Using dnf
/usr/bin/lib3ds-config
/usr/include/lib3ds
/usr/include/lib3ds/atmosphere.h
/usr/include/lib3ds/background.h
/usr/include/lib3ds/camera.h
/usr/include/lib3ds/chunk.h
/usr/include/lib3ds/ease.h
/usr/include/lib3ds/file.h
/usr/include/lib3ds/io.h
/usr/include/lib3ds/light.h
/usr/include/lib3ds/material.h
/usr/include/lib3ds/matrix.h
/usr/include/lib3ds/mesh.h
/usr/include/lib3ds/node.h
/usr/include/lib3ds/quat.h
/usr/include/lib3ds/shadow.h
/usr/include/lib3ds/tcb.h
/usr/include/lib3ds/tracks.h
/usr/include/lib3ds/types.h
/usr/include/lib3ds/vector.h
/usr/include/lib3ds/viewport.h
/usr/lib64/lib3ds.so
/usr/lib64/pkgconfig/lib3ds.pc
/usr/share/aclocal/lib3ds.m4
/usr/share/man/man1/lib3ds-config.1.gz

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

```bash

sudo dnf -y install lib3ds-devel
## References

Summary

Install lib3ds-devel on Fedora 36 Using yum

Update yum database with yum using the following command. In this tutorial we learn how to install lib3ds-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo yum makecache --refresh

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

sudo yum -y install lib3ds-devel

How To Uninstall lib3ds-devel on Fedora 36

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

sudo dnf remove lib3ds-devel

lib3ds-devel Package Contents on Fedora 36

/usr/bin/lib3ds-config
/usr/include/lib3ds
/usr/include/lib3ds/atmosphere.h
/usr/include/lib3ds/background.h
/usr/include/lib3ds/camera.h
/usr/include/lib3ds/chunk.h
/usr/include/lib3ds/ease.h
/usr/include/lib3ds/file.h
/usr/include/lib3ds/io.h
/usr/include/lib3ds/light.h
/usr/include/lib3ds/material.h
/usr/include/lib3ds/matrix.h
/usr/include/lib3ds/mesh.h
/usr/include/lib3ds/node.h
/usr/include/lib3ds/quat.h
/usr/include/lib3ds/shadow.h
/usr/include/lib3ds/tcb.h
/usr/include/lib3ds/tracks.h
/usr/include/lib3ds/types.h
/usr/include/lib3ds/vector.h
/usr/include/lib3ds/viewport.h
/usr/lib/lib3ds.so
/usr/lib/pkgconfig/lib3ds.pc
/usr/share/aclocal/lib3ds.m4
/usr/share/man/man1/lib3ds-config.1.gz

References

Summary

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