Eror 404 during installation of the gvmd while trying to build 22.4 from source on Ubuntu 22.04

I am trying to install the Greenbone Community Edition 22.4 on Ubuntu 22.04, following the step by step instructions published in the Building 22.4 from Source on Greenbone Community Documentation page.

When I reach the gvmd chapter and enter the lines as they are published

curl -f -L https://github.com/greenbone/gvmd/archive/refs/tags/v$GVMD_VERSION.tar.gz -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz
curl -f -L https://github.com/greenbone/gvmd/releases/download/v$GVMD_VERSION/gvmd-$GVMD_VERSION.tar.gz.asc -o $SOURCE_DIR/gvmd-$GVMD_VERSION.tar.gz.asc

I get the β€œThe requested URL returned error: 404” error message.

Please advise what should be the correct links.

Did you set GVMD_VERSION accordingly to the docs?

1 Like

You mean the following commands?
export GVM_VERSION=22.4.1
export GVM_LIBS_VERSION=22.4.4
export GVMD_VERSION=22.4.2

Yes, I followed the instructions verbatim step by step

Update - I am running the set up again, this time on ubuntu 22.04 workstation (the previous try was on ubuntu 22.04 server minimal installation) and this step was completed successfully. Probably after all I missed the step of setting the version during the previous try.

1 Like

Glad you figured it out.

1 Like

thanks for your help

1 Like