Provided by: golf_601.4.41-1_amd64 

NAME
install-from-source-debian-ubuntu-raspbian - Golf documentation (install-golf)
DESCRIPTION
GET LATEST GOLF SOURCE CODE
Get Golf source code for the latest version:
sudo apt update
sudo apt -y install wget tar
wget "https://github.com/golf-lang/golf/archive/refs/heads/main.tar.gz" -O main.tar.gz
tar xvfz main.tar.gz
cd golf-main
INSTALL DEPENDENCIES
sudo apt update
sudo apt -y install devscripts equivs build-essential
yes|mk-build-deps -i -s sudo debian-upstream/control
BUILD GOLF
make clean
make
sudo make install
Here's how to uninstall.
SEE ALSO
Install golf
install-arch-manjaro install-debian install-fedora-redhat-rocky-alma-centos-amazon-mageia install-from-
source-arch-manjaro install-from-source-debian-ubuntu-raspbian install-from-source-fedora-redhat-rocky-
alma-centos-amazon-mageia install-from-source-opensuse install-in-any-folder-arch-manjaro install-in-any-
folder-debian-ubuntu-raspbian install-in-any-folder-fedora-redhat-rocky-alma-centos-amazon-mageia
install-in-any-folder-opensuse install-opensuse install-raspbian install-ubuntu uninstall See all
documentation
$DATE $VERSION GOLF(2gg)