How To Install assimp on Fedora 36
Introduction
In this tutorial we learn how to install assimp
on Fedora 36.
What is assimp
Assimp, the Open Asset Import Library, is a free library to import various well-known 3D model formats into applications. Assimp aims to provide a full asset conversion pipeline for use in game engines and real-time rendering systems, but is not limited to these applications.
We can use yum
or dnf
to install assimp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install assimp.
Install assimp 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 assimp
using dnf
by running the following command:
sudo dnf -y install assimp
Install assimp 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 assimp
using yum
by running the following command:
sudo yum -y install assimp
How To Uninstall assimp on Fedora 36
To uninstall only the assimp
package we can use the following command:
---
sudo dnf remove assimp
title: “How To Install assimp on Fedora 36”
linkTitle: “assimp”
assimp Package Contents on Fedora 36
type: “docs”
description: "In this tutorial we learn how to install assimp in Fedora 36. assimp is Library to import various 3D model formats into applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/assimp-featured.png
---
## Introduction
In this tutorial we learn how to install `assimp` on Fedora 36.
### What is `assimp`
> Assimp, the Open Asset Import Library, is a free library to import various well-known 3D model formats into applications. Assimp aims to provide a full asset conversion pipeline for use in game engines and real-time rendering systems, but is not limited to these applications.
We can use `yum` or `dnf` to install `assimp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install assimp.
## Install assimp 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 assimp
using dnf
by running the following command:
sudo dnf -y install assimp
Install assimp 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 assimp
using yum
by running the following command:
sudo yum -y install assimp
How To Uninstall assimp on Fedora 36
To uninstall only the assimp
package we can use the following command:
sudo dnf remove assimp
assimp Package Contents on Fedora 36
/usr/bin/assimp
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/e285909d0c68d428b4c320023d1c817a16f7a7
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/4b849c38b4f67a558aef36cc1b92f5e6ac0952
/usr/lib64/libassimp.so.5
/usr/lib64/libassimp.so.5.0.1
/usr/share/doc/assimp
/usr/share/doc/assimp/CREDITS
/usr/share/doc/assimp/Readme.md
/usr/share/licenses/assimp
/usr/share/licenses/assimp/LICENSE
/usr/share/licenses/assimp/License.txt
/usr/share/licenses/assimp/UNLICENSE
References
Summary
In this tutorial we learn how to install assimp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/assimp /usr/lib/.build-id /usr/lib/.build-id/6d /usr/lib/.build-id/6d/b1aa22b25115b649a70d71733f23d542e563c2 /usr/lib/.build-id/90 /usr/lib/.build-id/90/7f1349e697856eafefc4d48388284a34ed685b /usr/lib/libassimp.so.5 /usr/lib/libassimp.so.5.0.1 /usr/share/doc/assimp /usr/share/doc/assimp/CREDITS /usr/share/doc/assimp/Readme.md /usr/share/licenses/assimp /usr/share/licenses/assimp/LICENSE /usr/share/licenses/assimp/License.txt /usr/share/licenses/assimp/UNLICENSE
## References
* [assimp website](https://github.com/assimp/assimp)
## Summary
In this tutorial we learn how to install `assimp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).