Why did apt-get update
fail? What is cdrom in it?
Asked
Active
Viewed 1,451 times
-5

d a i s y
- 5,511
-
Please do not make screenshots of text. Paste the text directly in your question. https://meta.askubuntu.com/questions/8713/why-do-people-post-screenshots-of-their-terminals – Melebius May 02 '17 at 06:45
1 Answers
1
sudo nano /etc/apt/sources.list
remove entry for cdrom://Ubuntu16.04.....
and save the file.
then run
sudo apt-get update && sudo apt-get upgrade

Nisheet
- 973