How To Install redeclipse on Fedora 36
Introduction
In this tutorial we learn how to install redeclipse
on Fedora 36.
What is redeclipse
Red Eclipse is a fun-filled new take on the casual first person arena shooter, built as a total conversion of Cube Engine 2, which lends itself toward a balanced gameplay, with a general theme of agility in a variety of environments. Features * Balanced gameplay, with a general theme of agility in a variety of environments * Parkour, impulse boosts, dashing, sliding, and other tricks * Favourite gamemodes with tons of mutators and variables * Available for Windows, Linux/BSD and Mac OSX * Builtin editor lets you create your own maps cooperatively online
We can use yum
or dnf
to install redeclipse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install redeclipse.
Install redeclipse 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 redeclipse
using dnf
by running the following command:
sudo dnf -y install redeclipse
Install redeclipse 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 redeclipse
using yum
by running the following command:
sudo yum -y install redeclipse
How To Uninstall redeclipse on Fedora 36
To uninstall only the redeclipse
package we can use the following command:
sudo dnf remove redeclipse
redeclipse Package Contents on Fedora 36
/usr/bin/redeclipse
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/a48274a0cdc2b229de15ee063854e61819b45a
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/412335101547ad9d62915b32fe0f553f14e0ac
/usr/libexec/redeclipse
/usr/libexec/redeclipse/config
/usr/libexec/redeclipse/data
/usr/libexec/redeclipse/doc
/usr/libexec/redeclipse/redeclipse
/usr/libexec/redeclipse/redeclipse-server
/usr/share/appdata/redeclipse.appdata.xml
/usr/share/applications/redeclipse.desktop
/usr/share/doc/redeclipse
/usr/share/doc/redeclipse/changelog.txt
/usr/share/doc/redeclipse/examples
/usr/share/doc/redeclipse/examples/servinit.cfg
/usr/share/doc/redeclipse/guidelines.txt
/usr/share/doc/redeclipse/readme.txt
/usr/share/doc/redeclipse/trademark.txt
/usr/share/icons/hicolor
/usr/share/icons/hicolor/128x128
/usr/share/icons/hicolor/128x128/apps
/usr/share/icons/hicolor/128x128/apps/redeclipse.png
/usr/share/icons/hicolor/16x16
/usr/share/icons/hicolor/16x16/apps
/usr/share/icons/hicolor/16x16/apps/redeclipse.png
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/redeclipse.png
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/redeclipse.png
/usr/share/icons/hicolor/64x64
/usr/share/icons/hicolor/64x64/apps
/usr/share/icons/hicolor/64x64/apps/redeclipse.png
/usr/share/licenses/redeclipse
/usr/share/licenses/redeclipse/license.txt
/usr/share/man/man6/redeclipse.6.gz
/usr/share/pixmaps/redeclipse.xpm
References
Summary
In this tutorial we learn how to install redeclipse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).