Morning,
I’m trying to install EventStore on an Ubuntu vm in a cloud (Digital Ocean) for testing.
I run the following command
curl -s https://packagecloud.io/install/repositories/EventStore/EventStore-OSS/script.deb.sh | sudo bash
I also run
apt-get update
apt-get upgrade
But when I run
sudo apt-get install eventstore-oss=4.0.1
I get the following error
E: Unable to locate package eventstore-oss
I tried both xenial and trusty
I’m new to linux so I’m sure I’m missing some simple settings or commands.
Thanks
Riccardo