Install binary

Installing and managing Golf with Linux packaging tools
Ubuntu
For Ubuntu (versions 20 through 24, as well as upcoming releases), use https://launchpad.net/~golf-lang/+archive/ubuntu/golf, which is Golf's Launchpad PPA:
sudo add-apt-repository ppa:golf-lang/golf
sudo apt update

After that you can install and manage Golf with the standard apt package tools, for instance to install it:
sudo apt install golf

Arch Linux
For Arch Linux, Golf's AUR page is https://aur.archlinux.org/packages/golf . To download, build package, and install from it (answer Yes to proceed):
git clone https://aur.archlinux.org/golf.git
cd golf
makepkg -sirc

Please note that binary distributions for other Linux distros should be available soon. In any case, you can always install from source.
See also
Download and build
install  
install-arch  
install-binary  
install-debian  
install-fedora  
install-opensuse  
uninstall  
See all
documentation


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.