< Home - < Back

irrlicht


Information about the package, irrlicht, which is shipped with common Linux distributions. The irrlicht package is designed for, A high performance realtime 3D engine.


Package Name:

irrlicht

Summary:

A high performance realtime 3D engine

Description:

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.

Architecture:

x86_64

Version:

1.7.3

Release:

1.el6

Size:

1.4 M

Repository:

epel

From Repository:

Licence:

zlib



Handy Yum Commands for irrlicht


Control the irrlicht package with the following handy commands outlined below.


Command

Description of Command

yum install irrlicht

This command will install irrlicht on the server.

yum remove irrlicht

This command will un-install irrlicht on the server. When you run this command, you will be asked if you are sure that you want to remove irrlicht, so you have to manually confirm that you want to do this.

yum -y remove irrlicht

This command will un-install irrlicht on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove irrlicht when using the -y flag.

yum update irrlicht

This command will update irrlicht to the latest version. When you run this command, you will be asked if you are sure that you want to remove irrlicht, so you have to manually confirm that you want to do this.

yum -y update irrlicht

This command will update irrlicht to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove irrlicht when using the -y flag.

yum info irrlicht

This command will show you core information about the irrlicht package.

yum deplist irrlicht

This command will show you the dependencies for irrlicht. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update irrlicht

This command will check if there is an update waiting on irrlicht. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.