Hello, I am trying to install airbyte from the doc...
# ask-community-for-troubleshooting
v
Hello, I am trying to install airbyte from the docs here ->https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine but i am getting an error sudo apt-get install -y docker-ce docker-ce-cli containerd.io -- > E: Package 'docker-ce' has no installation candidate E: Unable to locate package docker-ce-cli E: Unable to locate package containerd.io E: Couldn't find any package by glob 'containerd.io' E: Couldn't find any package by regex 'containerd.io'
1
t
you need to add docker sources to your apt. There are instructions to do so here https://docs.docker.com/engine/install/ubuntu/
m
maybe
sudo apt update
to get latest packages
v
yes, this worked
thanks