when trying to update packages via apt-update,i am told to add some cd for apt to recognize.does anyone know,what id need be doing,in order to resolve this,so i can regularly installing packages,as usual?
You must log in or register to comment.
Check /etc/apt/sources.list and see if there is a line that starts with
deb cdrom:
in there, if so comment it out. You’ll have to update after updating the sources.
worked like a charm!thanks!!
You’re welcome, glad you got it sorted.