You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/en/installfest/linux.step
+9
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,15 @@ Open a terminal (Applications > Accessories > Terminal). You may want to right-
42
42
43
43
console "sudo apt-get install #{apts.join(' ')}"
44
44
45
+
important <<-MARKDOWN
46
+
If you get an error during `apt-get` resembling
47
+
48
+
`Failed to fetch cdrom://Ubuntu`...
49
+
50
+
it is because `apt-get` is trying to install packages from your Ubuntu install CD. If you don't have that CD on hand, you can try disabling it as a package source by following this Stack Overflow post:
0 commit comments