dynamo-browse/_site/content/download.md
Leon Mika b4cee0e2e5
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped
Updated the documentation
2025-11-15 11:34:07 +11:00

559 B

weight
20

Linux

To install the Debian package, download the .deb file, and install the package by running:

sudo apt install ./audax_0.4.0_linux_amd64.deb

To install the RPM package, download the .rpm file, and install the package by running:

sudo yum install ./audax_0.4.0_linux_amd64.rpm

Install Using Go

If you have Go 1.22, you can install using the following command:

go install github.com/lmika/audax/cmd/dynamo-browse@v0.4.0

The source code can be found on GitHub.