Scroll to navigation

GOLF(2gg) Development GOLF(2gg)

NAME

install-debian - Golf documentation (install-golf)

DESCRIPTION

INSTALL GOLF ON DEBIAN (10, 11, 12, UNSTABLE):

Replace 'Debian_12' with 'Debian_10', 'Debian_11' or 'Debian_Unstable' (i.e. 13) to install on Debian 10, 11 or Unstable (the latest upcoming 13):

sudo apt install -y curl gpg
echo 'deb http://download.opensuse.org/repositories/home:/golf_lang/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:golf_lang.list
curl -fsSL https://download.opensuse.org/repositories/home:golf_lang/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_golf_lang.gpg > /dev/null
sudo apt update
sudo apt install -y golf

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

$VERSION $DATE