How to Install and Uninstall golly Package on Kali Linux

Last updated: May 06,2024

1. Install "golly" package

In this section, we are going to explain the necessary steps to install golly on Kali Linux

$ sudo apt update $ sudo apt install golly

2. Uninstall "golly" package

This is a short guide on how to uninstall golly on Kali Linux:

$ sudo apt remove golly $ sudo apt autoclean && sudo apt autoremove

3. Information about the golly package on Kali Linux

Package: golly
Source: golly (3.3-1.1)
Version: 3.3-1.1+b2
Installed-Size: 11164
Maintainer: NIIBE Yutaka
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libgl1, libstdc++6 (>= 11), libwxbase3.2-1 (>= 3.2.1+dfsg), libwxgtk-gl3.2-1 (>= 3.2.1+dfsg), libwxgtk3.2-1 (>= 3.2.1+dfsg-2), zlib1g (>= 1:1.2.6)
Size: 3549084
SHA256: 06b4308a79652da8e2523419cefce52acf5a53479ee122ac6d0a2de8d7e618d8
SHA1: a657b9ef40f53ebe75e035b0f738a64e782f3f17
MD5sum: f050020be1e48a4a969e78697bc352ae
Description: Game of Life simulator using hashlife algorithm
Golly simulates Conway's Game of Life with an arbitrarily large grid
of cells. It can optionally use a hashlife algorithm, which allows
it to rapidly compute generations for huge patterns, and to compute
many generations into the future at a time.
.
Golly provides a graphical interface for viewing and editing cellular
automata. It supports copy and paste, zoom, auto-fit, multiple
layers, and viewing different areas of a pattern simultaneously in
different areas of a window.
.
Golly can load patterns from RLE, Life 1.05/1.06, dblife, and
macrocell file formats; it can also interpret images as Life
patterns. Golly provides integrated help, including a copy of the
Life Lexicon.
.
Golly also supports other rules for 2D cellular automata with an
8-cell neighborhood, and supports 1D cellular automata.
Description-md5:
Homepage: http://golly.sourceforge.net/
Tag: uitoolkit::wxwidgets
Section: games
Priority: optional
Filename: pool/main/g/golly/golly_3.3-1.1+b2_amd64.deb