How To Install libmodelfile on Fedora 36

In this tutorial we learn how to install libmodelfile in Fedora 36. libmodelfile is Library for accessing various model file formats

Introduction

In this tutorial we learn how to install libmodelfile on Fedora 36.

What is libmodelfile

This library is a collection of small clean C libraries for loading 3D models of various file formats. So far the range of model formats is limited.

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

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

sudo dnf -y install libmodelfile

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

sudo yum -y install libmodelfile

How To Uninstall libmodelfile on Fedora 36

To uninstall only the libmodelfile package we can use the following command:

sudo dnf remove libmodelfile

libmodelfile Package Contents on Fedora 36

---
title: "How To Install libmodelfile on Fedora 36"
linkTitle: "libmodelfile"
type: "docs"
description: "In this tutorial we learn how to install libmodelfile in Fedora 36. libmodelfile is Library for accessing various model file formats"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmodelfile-featured.png
---

## Introduction

In this tutorial we learn how to install `libmodelfile` on Fedora 36.

### What is `libmodelfile`

> This library is a collection of small clean C libraries for loading 3D models of various file formats. So far the range of model formats is limited.  

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

## Install libmodelfile on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libmodelfile

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

sudo yum -y install libmodelfile

How To Uninstall libmodelfile on Fedora 36

To uninstall only the libmodelfile package we can use the following command:

sudo dnf remove libmodelfile

libmodelfile Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/d3cca6a9aaaf6a035be392ca48cd3d477ef1b1
/usr/lib/libmd3-0.2.so.1
/usr/lib/libmd3-0.2.so.1.0.0
/usr/share/doc/libmodelfile
/usr/share/doc/libmodelfile/AUTHORS
/usr/share/doc/libmodelfile/COPYING
/usr/share/doc/libmodelfile/ChangeLog
/usr/share/doc/libmodelfile/NEWS
/usr/share/doc/libmodelfile/README
/usr/share/doc/libmodelfile/TODO

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/53 /usr/lib/.build-id/53/18c89cd923b5fad2c5428c2f54dece0075b8ad /usr/lib64/libmd3-0.2.so.1 /usr/lib64/libmd3-0.2.so.1.0.0 /usr/share/doc/libmodelfile /usr/share/doc/libmodelfile/AUTHORS /usr/share/doc/libmodelfile/COPYING /usr/share/doc/libmodelfile/ChangeLog /usr/share/doc/libmodelfile/NEWS /usr/share/doc/libmodelfile/README /usr/share/doc/libmodelfile/TODO


## References

* [libmodelfile website](http://www.worldforge.org)

## Summary

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