How To Install radius-engine on Fedora 36
Introduction
In this tutorial we learn how to install radius-engine
on Fedora 36.
What is radius-engine
Radius Engine is a Lua script-based real-time 2D graphics engine designed for rapidly prototyping games. Built on top of SDL and OpenGL, games made with Radius Engine are portable to both Windows and Linux.
We can use yum
or dnf
to install radius-engine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radius-engine.
Install radius-engine 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 radius-engine
using dnf
by running the following command:
sudo dnf -y install radius-engine
Install radius-engine 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 radius-engine
using yum
by running the following command:
sudo yum -y install radius-engine
How To Uninstall radius-engine on Fedora 36
To uninstall only the radius-engine
package we can use the following command:
sudo dnf remove radius-engine
radius-engine Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/1da34365d47ba9be0ea72f2c8e17978ad15999
/usr/lib/libradius-engine.so.1
/usr/lib/libradius-engine.so.1.0.1
/usr/share/doc/radius-engine
/usr/share/doc/radius-engine/ChangeLog
References
Summary
In this tutorial we learn how to install radius-engine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install radius-engine on Fedora 36” linkTitle: “radius-engine” type: “docs” description: “In this tutorial we learn how to install radius-engine in Fedora 36. radius-engine is A Lua based real-time 2D graphics game engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/radius-engine-featured.png
Introduction
In this tutorial we learn how to install radius-engine
on Fedora 36.
What is radius-engine
Radius Engine is a Lua script-based real-time 2D graphics engine designed for rapidly prototyping games. Built on top of SDL and OpenGL, games made with Radius Engine are portable to both Windows and Linux.
We can use yum
or dnf
to install radius-engine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radius-engine.
Install radius-engine 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 radius-engine
using dnf
by running the following command:
sudo dnf -y install radius-engine
Install radius-engine 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 radius-engine
using yum
by running the following command:
sudo yum -y install radius-engine
How To Uninstall radius-engine on Fedora 36
To uninstall only the radius-engine
package we can use the following command:
sudo dnf remove radius-engine
radius-engine Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/b8c7e9a12c25d516568a567a612b12c89bb829
/usr/lib64/libradius-engine.so.1
/usr/lib64/libradius-engine.so.1.0.1
/usr/share/doc/radius-engine
/usr/share/doc/radius-engine/ChangeLog
References
Summary
In this tutorial we learn how to install radius-engine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).