-5

Why did apt-get update fail? What is cdrom in it?

enter image description here

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 Answers1

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