Install
Download and install latest release
Go to the release page and download the latest arm64.tar.gz with wget to your user’s downloads folder
Extract the tar with
tar -xvf hugo_*.tar.gz
That gives you the executable file, move that to the bin folder:
1sudo mv hugo /usr/local/bin/hugo
2sudo chmod +x /usr/local/bin/hugoDone.