Use Snap

Use Snap

goshs is available on the Snap Store and works on any Linux distribution that has snapd installed — including Ubuntu, Debian, Fedora, Arch, and more.

snap install goshs

Install snapd (if not already present)

Debian / Ubuntu:

sudo apt install snapd

Fedora:

sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap

Arch Linux:

yay -S snapd
sudo systemctl enable --now snapd.socket

For other distributions see the official snapd installation guide.

Update

Snaps update automatically in the background. To update immediately:

snap refresh goshs

Notes

  • goshs runs under strict confinement — it can access your home directory and removable media via the home and removable-media plugs.
  • Binding to privileged ports (< 1024) such as SMB :445 or LDAP :389 requires either sudo snap run goshs or adjusting net.ipv4.ip_unprivileged_port_start.