How to Install and Uninstall hugo Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "hugo" package

This is a short guide on how to install hugo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install hugo

2. Uninstall "hugo" package

Please follow the guidance below to uninstall hugo on openSuSE Tumbleweed:

$ sudo zypper remove hugo

3. Information about the hugo package on openSuSE Tumbleweed

Information for package hugo:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : hugo
Version : 0.123.8-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 84.9 MiB
Installed : No
Status : not installed
Source package : hugo-0.123.8-1.1.src
Upstream URL : https://github.com/gohugoio/hugo
Summary : Static website generator written in Go
Description :
Hugo is a static HTML and CSS website generator written in Go. It is optimized
for speed, ease of use, and configurability, and designed to work well for any
kind of website including blogs, tumbles, and docs. Hugo takes a directory with
Markdown and templates and renders them into a full HTML website, typically in a
fraction of a second. You can run Hugo from any directory, which works well for
shared hosts and other systems where you don’t have a privileged account. Hugo
provides a Privacy Config that can assist with General Data Protection
Regulation (GDPR) compliance issues.
https://gohugo.io/