Answers for "Reading state information... Done E: Unable to locate package docker-ce"

0

Reading state information... Done E: Unable to locate package docker-ce

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 bionic stable"
Posted by: Guest on February-23-2021

Code answers related to "Reading state information... Done E: Unable to locate package docker-ce"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language