How to Install and Uninstall assimp.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "assimp.x86_64" package

In this section, we are going to explain the necessary steps to install assimp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install assimp.x86_64

2. Uninstall "assimp.x86_64" package

This tutorial shows how to uninstall assimp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove assimp.x86_64 $ sudo dnf autoremove

3. Information about the assimp.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:46:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : assimp
Version : 5.0.1
Release : 3.el8
Architecture : x86_64
Size : 3.3 M
Source : assimp-5.0.1-3.el8.src.rpm
Repository : epel
Summary : Library to import various 3D model formats into applications
URL : https://github.com/assimp/assimp
License : BSD and MIT and Boost and unlicense and zlib
Description : 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.