Answers for "add-apt-repository universe invalid"

0

add-apt-repository universe invalid

I apparently solved it by doing this:

RUN sed -i "/^# deb.*multiverse/ s/^# //" /etc/apt/sources.list
RUN sed -i "/^# deb.*universe/ s/^# //" /etc/apt/sources.list
Instead of this:

RUN add-apt-repository multiverse
RUN add-apt-repository universe
Posted by: Guest on January-16-2022

Code answers related to "add-apt-repository universe invalid"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language