How to Install and Uninstall golly Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "golly" package

This guide let you learn how to install golly on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golly

2. Uninstall "golly" package

Please follow the step by step instructions below to uninstall golly on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the golly package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golly
Priority: optional
Section: universe/games
Installed-Size: 7961
Maintainer: Ubuntu Developers
Original-Maintainer: NIIBE Yutaka
Architecture: amd64
Version: 2.7-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.0), libstdc++6 (>= 5.2), libwxbase3.0-0v5 (>= 3.0.2+dfsg), libwxgtk3.0-0v5 (>= 3.0.2+dfsg), zlib1g (>= 1:1.2.6), python:any (>= 2.7.5-5~)
Filename: pool/universe/g/golly/golly_2.7-1_amd64.deb
Size: 2515208
MD5sum: ddd8e4c76d69d3607eff050b3548f7d2
SHA1: bc0981dac27e1c8d4c1e365cf4bcd645da6db631
SHA256: cec95c55e00912aa9716e2e63c546533357935387bc250b19d522da36d57526f
Description-en: 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: c2db145560c729ff258681a7c7ad54e2
Homepage: http://golly.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu