Installation issues #2450
-
QuestionI installed $ curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v2.1.2/aqua-installer | bash
===> Installing aqua v2.9.0 for bootstrapping...
===> Downloading https://github.com/aquaproj/aqua/releases/download/v2.9.0/aqua_linux_amd64.tar.gz ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 6578k 100 6578k 0 0 7158k 0 --:--:-- --:--:-- --:--:-- 20.9M
===> Verifying checksum of aqua v2.9.0 ...
aqua_linux_amd64.tar.gz: OK
===> /tmp/tmp.rpZdKwO38b/aqua update-aqua
INFO[0000] download and unarchive the package aqua_version=2.9.0 env=linux/amd64 new_version=v2.16.4 package_name=aquaproj/aqua package_version=v2.16.4 program=aqua registry=
INFO[0000] verify a package with slsa-verifier aqua_version=2.9.0 env=linux/amd64 new_version=v2.16.4 package_name=aquaproj/aqua package_version=v2.16.4 program=aqua registry=
INFO[0000] download and unarchive the package aqua_version=2.9.0 env=linux/amd64 new_version=v2.16.4 package_name=slsa-framework/slsa-verifier package_version=v2.3.0 program=aqua registry=
Verified signature against tlog entry index 47217472 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77ab372bccde8f255a5fecd26304fac30eee9c5e785f0cad4c383c2beeeacc563e2
Verified build using builder https://gh.neting.ccslsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v1.9.0 at commit fd3d2911afd67834ecdcf4c282fa294727cee9eb
Verifying artifact /tmp/760606590: PASSED
PASSED: Verified SLSA provenance
INFO[0008] create a symbolic link aqua_version=2.9.0 command=aqua env=linux/amd64 new_version=v2.16.4 package_name=aquaproj/aqua package_version=v2.16.4 program=aqua
aqua version 2.16.4 (fd3d2911afd67834ecdcf4c282fa294727cee9eb) Tried to run aqua but doesn't work: $ aqua g
aqua: command not found On another document page, step 1 suggests to Install the binary aqua in PATH but does not say how to do so. Where do I get the aqua binary? The installation output did not print this information. How is a binary "installed" in a PATH? Another related questions: where can I find the instructions on how to uninstall aqua? Background of the questionI had this question while trying to install aqua for the first time. I would like to install aqua. Example Code$ Configuration Reference |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please set the environment variable export PATH="${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH" aqua-installer installs aqua to |
Beta Was this translation helpful? Give feedback.
-
aqua-installer v2.2.0 is out 🎉 https://github.com/aquaproj/aqua-installer/releases/tag/v2.2.0
|
Beta Was this translation helpful? Give feedback.
Please set the environment variable
PATH
like this.aqua-installer installs aqua to
${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua
.