How to Install and Uninstall lucidlife.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "lucidlife.x86_64" package

Here is a brief guide to show you how to install lucidlife.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install lucidlife.x86_64

2. Uninstall "lucidlife.x86_64" package

Here is a brief guide to show you how to uninstall lucidlife.x86_64 on Fedora 36:

$ sudo dnf remove lucidlife.x86_64 $ sudo dnf autoremove

3. Information about the lucidlife.x86_64 package on Fedora 36

Last metadata expiration check: 3:48:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : lucidlife
Version : 0.9.2
Release : 29.fc35
Architecture : x86_64
Size : 661 k
Source : lucidlife-0.9.2-29.fc35.src.rpm
Repository : fedora
Summary : A Conway's Life simulator
URL : http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Simulation/LucidLife-26633.shtml
License : GPLv2+
Description : LucidLife is a Conway's Life simulator. The rules are rather simple. The game
: is started with a large grid of cell locations, and an arbitrary set of
: living cells. On each turn, each cell thrives or dies based on the number of
: cells which surround it. A dead (empty) cell with three live cells around it
: becomes a living cell (a birth); a living cell with two or three neighbors
: survives; otherwise the cell dies (due to overcrowding) or remains dead
: (due to loneliness). It is based on the the GtkLife project, but with a
: more modern user interface and other enhancements.