npm을 설치하려고 아래와 같은 명령어를 입력했을 때 에러가 발생했습니다.sudo apt-get install npmMedia change: please insert the disc labeled 'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)' in the drive '/cdrom/' and press [Enter] 이를 해결하기위해 sources.list에서 '/cdrom/d' 에 대한 코드를 제거했습니다.sudo sed -i '/cdrom/d' /etc/apt/sources.list 이후에 다시 npm을 install 했을 때 정상적으로 진행되었습니다.