Per the instructions at Linux Installation | Stardog Documentation Latest
$ curl http://packages.stardog.com/stardog.gpg.pub | apt-key add
$ echo "deb http://packages.stardog.com/deb/ stable main" >> /etc/apt/sources.list
$ apt-get update
$ apt-get install -y stardog=<version>
However I am getting this error:
Could not resolve 'packages.stardog.com'
And indeed when I point my browser to http://packages.stardog.com/deb/ - getting:
404 Not Found
Code: NoSuchKey
Message: The specified key does not exist.
Key: deb/index.html
RequestId: YP3W4VXBT92X0H2N
HostId: 5hcla9TEYn5vAVW7R2IMlE8ajOBQuIBP0w/aLEELsuCHOXOuI6l2WF/c0hTeA4OTWfe3IRkIzNk=
What is the problem?
Thanks,
Radu