Clone & install Gouda packages from a Git repository. Requires gouda-manager and git.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-08 20:09:27 -04:00
config.sh Initial commit 2026-05-08 11:55:05 -04:00
gouda-clone Fix quoting error 2026-05-08 19:36:06 -04:00
gouda-list Add files via upload 2026-05-08 12:09:09 -04:00
gouda-untar Update gouda-untar 2026-05-08 20:09:27 -04:00
install.sh Add files via upload 2026-05-08 19:31:03 -04:00
LICENSE Update LICENSE 2026-05-08 12:09:56 -04:00
README.md Update README.md 2026-05-08 20:03:21 -04:00
uninstall.sh Add files via upload 2026-05-08 19:31:03 -04:00
upgrade.sh Update upgrade.sh 2026-05-08 19:37:36 -04:00

gouda-utils

Extra commands for the Gouda package manager.

To install gouda-utils, run the following code snippet:

cd /opt/gouda-packages/
sudo git clone https://github.com/PPPDUD/gouda-utils.git
cd gouda-utils
sudo git config core.fileMode false
sudo gouda-install gouda-utils

Commands

gouda-clone

Clone a Git repository over the Internet, put it in /opt/gouda-packages/, and run its installer script.

Usage: gouda-clone <URL>

Example: gouda-clone https://github.com/PPPDUD/gouda-example.git

gouda-list

List all non-hidden Gouda packages found in /opt/gouda-packages/.

Usage: gouda-list

Example: gouda-list

gouda-untar

Install a Gouda package from a tarball and place it under /opt/gouda-packages/.

Usage: gouda-untar <FILE> <NAME>

Example: gouda-untar mypkg.tar.xz mypkg