Closed Ivan61 closed 3 years ago
This issue is from 2019 and still not fixed? Is there a reason for that?
I'm not familiar with add-apt-repository
, but this looks like it should've been reported here: https://bugs.launchpad.net/raspbian
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
What a timing coincidence. The issue has been practically solved just now, regarding the Docker install instructions, with this commit: https://github.com/docker/docker.github.io/pull/11990
The instructions do not contain add-apt-repository
anymore, which still does not work on Raspbian, but at least I don't know any relevant case where it is 😄.
The change is already live: https://docs.docker.com/engine/install/debian/#install-using-the-repository
I opened another PR to add instructions for the Docker Raspbian branch: https://github.com/docker/docker.github.io/pull/12331 That allows following the "Install using the repository" method on Raspbian, respectively the ARMv6 models, where the Debian armv7hf binaries would fail. Currently the docs still state that the manual install method does not work on Raspbian, but the installer must be used instead, which is made obsolete and the statement removed with the above PR 🙂.
solution worked fine for me
I have a problem when I execute
add-apt-repository
.I try to add one. I'm not sure that the configuration is correct or not. But it works after I add it, /usr/share/python-apt/templates/Raspbian.info.
I guess that the source package is from here: https://packages.debian.org/en/jessie/all/python-apt-common/filelist https://packages.debian.org/en/stretch/all/python-apt-common/filelist https://packages.debian.org/en/buster/all/python-apt-common/filelist
Does Raspbian have plan to add it for future release?