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

Last updated: June 29,2024

1. Install "lucidlife.x86_64" package

Please follow the step by step instructions below to install lucidlife.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install lucidlife.x86_64

2. Uninstall "lucidlife.x86_64" package

In this section, we are going to explain the necessary steps to uninstall lucidlife.x86_64 on Fedora 34:

$ sudo dnf remove lucidlife.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:38:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : lucidlife
Version : 0.9.2
Release : 28.fc34
Architecture : x86_64
Size : 664 k
Source : lucidlife-0.9.2-28.fc34.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.