Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: linux list usb device and port speed 
Shell :: run cpp code 
Shell :: echo multiple lines bash 
Shell :: To find MTP devices in Power Shell use this command: 
Shell :: Delete the executing batch file 
Shell :: head equivalent cmd windows of pipeline output 
Shell :: ifs bash 
Shell :: ubuntu switch window 
Shell :: rclone on windows 
Shell :: asking git token in ubuntu again n again 
Shell :: mac run a shell script 
Shell :: how do you run a lisp file with sbcl 
Shell :: how to update all repositories in manjaro using terminal 
Shell :: Create subdomain | Nginx | Fish Shell 
Shell :: xargs use arg multiple times 
Shell :: react spring version 8 
Shell :: passing variables into array 
Shell :: What software can I Install after a fresh Ubuntu Setup 
Shell :: how to connect airpods to kali linux 
Shell :: hint: Waiting for your editor to close the file... need to run as root or suid 
Shell :: multiple ssh account use in one github and bitbucket at same time 
Shell :: override dh_dwz 
Shell :: raspberry install latest kernel 
Shell :: curl-tomcat 
Shell :: add a colored code section in gitlab review 
Shell :: Initializing a repo on local machine 
Shell :: mark raid drive as faulty linux 
Shell :: Drupal import db ftom backup 
Shell :: terminate any process that is using the port number to communicate 
Shell :: find ps python 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =