glennf66
(Glennf66)
September 17, 2023, 11:18pm
1
Followed instruction to install docker Engine on Ubunto 22.04.3 LTS using Apt Repository.
Add the repository to Apt sources:
vboxglenn@Ubunto22:~$ echo “deb [arch=”$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] Index of linux/ubuntu/
“$(. /etc/os-release && echo “VERSION_CODENAME”)” stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
vboxglenn@Ubunto22:~$ sudo apt-get update
Err:4 Index of linux/ubuntu/ VERSION_CODENAME Release
404 Not Found [IP: 18.65.229.113 443]
Would appreciate any help/hints provided.
Thanks.
bluepuma77
(Bluepuma77)
September 18, 2023, 7:25am
2
Temporary server outage? Try again?
rimelek
(Ákos Takács)
September 18, 2023, 8:17am
3
It would really help if you could format your post properly using code blocks as it is expected on every technical forum. Please, follow the below guide:
The Docker forum is using Discourse , which supports several ways to format your posts:
Markdown; see commonmark.org/help for an interactive tutorial
BBCode
A small selection of HTML
Any combination of the above
Blank lines for formatting and readability
Quite often you’ll need an empty line above specific formatting to make it work.
You also need to type blank lines to create proper paragraphs; just pressing Return once and then typing a new block of text right below a previous block only…
Regarding the issue:
You just echo-d a string: “VERSION_CODENAME”. Of course that doesn’t exist. It is supposed to be a variable.$VERSION_CODENAME