You are not logged in.
It seems BL's notoriety has increased so far as to make it into the Docker install guide, step 3:
https://docs.docker.com/engine/install/ … on-methods
Note: The lsb_release -cs sub-command below returns the name of your Debian distribution, such as helium. Sometimes, in a distribution like BunsenLabs Linux, you might need to change $(lsb_release -cs) to your parent Debian distribution. For example, if you are using BunsenLabs Linux Helium, you could use stretch. Docker does not offer any guarantees on untested and unsupported Debian distributions.
The thing is, the result of `lsb_release -cs` in BL Lithium no longer differs to the result in vanilla Debian.
buster
Maybe someone should go tell them?
Offline
Hmm, although `lsb_release -cs` is producing the intended result, I am receiving an error with either of the following:
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian buster stable"
error:
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 95, in <module>
sp = SoftwareProperties(options=options)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 109, in __init__
self.reload_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Bunsenlabs/buster
Maybe this should now be moved to the help & support category.
Last edited by jimjamz (2020-09-25 19:53:34)
Offline
Maybe this should now be moved to the help & support category.
There is alreadey a thread of the subject: Skript add-apt-repository fails
I recommend you to skip the skript and edit source manually.
// Regards rbh
Online