-–
title: “Updating Hugo” date: 2023-10-12T13:32:49-05:00 draft: true
- Find latest version on the releases page.
- Download the deb file (on Ubuntu) for the extended version specific to your CPU architecture.
wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo\_<version>.deb
- Install the deb file.
sudo apt install ./hugo\_<version>.deb