An APT repo for Hugo

I made an APT repository that contains the latest Hugo binaries for Debian, Ubuntu, and other Debian derivatives:

To use the repo:

echo 'deb [signed-by=/etc/apt/keyrings/hugo.gpg] https://hugo-apt.8hob.io latest main' | sudo tee /etc/apt/sources.list.d/hugo.list
sudo mkdir -p /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/hugo.gpg https://hugo-apt.8hob.io/signing-key
sudo apt update && sudo apt install hugo

(Always check out the project homepage in case the commands above become outdated.)

A GitHub Workflow (conceptually a bot) checks the latest deb files from Hugo release page daily, and make them available to install from the repo. If you use Debian, Ubuntu, or a Debian derivative, you are welcome to try out :slight_smile:

1 Like