Answers for "E: Package 'docker-ce' has no installation candidate"

0

E: Package 'docker-ce' has no installation candidate

sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu `lsb_release -cs` test"
sudo apt update
sudo apt install docker-ce
Posted by: Guest on August-21-2021

Code answers related to "E: Package 'docker-ce' has no installation candidate"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language