Aloha, I am trying to install docker as per the docker ubuntu docs and am getting errors
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package docker-ce-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'docker-ce' has no installation candidate
Error: Package 'docker-ce-cli' has no installation candidate
Error: Unable to locate package docker-buildx-plugin
Error: Unable to locate package docker-compose-plugin
I have the following in my sources.list deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu plucky stable
The keyring is present with correct permissions.
The index on download.docker.com shows plucky
stable is there and available. I’m on Ubuntu 25.04 amd64. Any help appreciated.