How To Install liberation-circuit on Fedora 36
Introduction
In this tutorial we learn how to install liberation-circuit
on Fedora 36.
What is liberation-circuit
Escape from a hostile computer system! Harvest data to create an armada of battle-processes to aid your escape. Take command directly and play the game as an RTS, or use the game’s built-in editor and compiler to write your own unit AI in a simplified version of C.
We can use yum
or dnf
to install liberation-circuit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liberation-circuit.
Install liberation-circuit 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 liberation-circuit
using dnf
by running the following command:
sudo dnf -y install liberation-circuit
Install liberation-circuit 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 liberation-circuit
using yum
by running the following command:
sudo yum -y install liberation-circuit
How To Uninstall liberation-circuit on Fedora 36
To uninstall only the liberation-circuit
package we can use the following command:
sudo dnf remove liberation-circuit
liberation-circuit Package Contents on Fedora 36
/usr/bin/liberation-circuit
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/1c571c157aaf62a2602ad59a17f6ee01438523
/usr/libexec/liberation-circuit
/usr/share/applications/liberation-circuit.desktop
/usr/share/doc/liberation-circuit
/usr/share/doc/liberation-circuit/Manual.html
/usr/share/icons/hicolor/16x16/apps/liberation-circuit.png
/usr/share/icons/hicolor/256x256/apps/liberation-circuit.png
/usr/share/icons/hicolor/32x32/apps/liberation-circuit.png
/usr/share/licenses/liberation-circuit
/usr/share/licenses/liberation-circuit/LICENSE.md
/usr/share/metainfo/liberation-circuit.appdata.xml
References
Summary
In this tutorial we learn how to install liberation-circuit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).