The depot »https://download.docker.com/linux/ubuntu bullseye Release«has no release file
luisbruegelhka opened this issue · 5 comments
I'm following the instructions on installing this RaspiOS with ROS2 when the following mistake occurred, while doing the Command "sudo apt update":
The depot »https://download.docker.com/linux/ubuntu bullseye Release«has no release file
I'm wondering why, because i am installing on a Raspberry 4 with RaspiOS Bullyseye arm64.
Can someone hepl me to fix this issue so i can go on with the installations?
I can't guess what the keywords sudo apt update
, docker
and RaspiOS
mean, so please give me some more details.
At the very least, I need your purpose and the reference URL of the cause of the error.
Keyword explanation:
"Sudo apt update": Command which is used to download package information from all configured sources
"docker": kind of an Virtual machine
"RaspiOS": Operating System used on the Raspberry Pi 4, in my case it's Raspios bullseye arm64
My Purpose is to install ROS2 on the mentioned RaspberryPi. So i dont understand why a missing ubuntu file is a problem.
Hope this helped you...
Here is debian (arm64) docker installation tutorial.
https://docs.docker.com/engine/install/debian/
I checked it on an AWS server, but it probably works on Raspbian as well.
uname -a
> Linux ip-172-31-18-171 5.10.0-14-cloud-arm64 #1 SMP Debian 5.10.113-1 (2022-04-29) aarch64 GNU/Linux
Thank you, will try that tomorrow
How is the progress?
This question is not directly related to the content of the repository, so I will close it for now.
If you have any further questions, please open an issue 👋