How To Install irrlicht on Fedora 36
Introduction
In this tutorial we learn how to install irrlicht
on Fedora 36.
What is irrlicht
The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.
We can use yum
or dnf
to install irrlicht
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install irrlicht.
Install irrlicht 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 irrlicht
using dnf
by running the following command:
sudo dnf -y install irrlicht
Install irrlicht 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 irrlicht
using yum
by running the following command:
sudo yum -y install irrlicht
How To Uninstall irrlicht on Fedora 36
To uninstall only the irrlicht
package we can use the following command:
sudo dnf remove irrlicht
irrlicht Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/908f93707157f9af9dbd3c4da3c12efec06ae6
/usr/lib/libIrrlicht.so.1
/usr/lib/libIrrlicht.so.1.8.5
/usr/share/doc/irrlicht
/usr/share/doc/irrlicht/readme.txt
References
Summary
In this tutorial we learn how to install irrlicht
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install irrlicht on Fedora 36” linkTitle: “irrlicht” type: “docs” description: “In this tutorial we learn how to install irrlicht in Fedora 36. irrlicht is A high performance realtime 3D engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/irrlicht-featured.png
Introduction
In this tutorial we learn how to install irrlicht
on Fedora 36.
What is irrlicht
The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.
We can use yum
or dnf
to install irrlicht
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install irrlicht.
Install irrlicht 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 irrlicht
using dnf
by running the following command:
sudo dnf -y install irrlicht
Install irrlicht 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 irrlicht
using yum
by running the following command:
sudo yum -y install irrlicht
How To Uninstall irrlicht on Fedora 36
To uninstall only the irrlicht
package we can use the following command:
sudo dnf remove irrlicht
irrlicht Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/dd00dcc5095a45fe308f9a10d9139bdadff9ce
/usr/lib64/libIrrlicht.so.1
/usr/lib64/libIrrlicht.so.1.8.5
/usr/share/doc/irrlicht
/usr/share/doc/irrlicht/readme.txt
References
Summary
In this tutorial we learn how to install irrlicht
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).