Проблемы с установкой dotnet
Я пытаюсь установить dotnet. Я следовал инструкциям здесь, но по какой-то причине, когда я перехожу к последней части, то:
sudo apt-get install dotnet-sdk-2.1
терминал тогда дает мне этот ответ:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dotnet-sdk-2.1
E: Couldn't find any package by glob 'dotnet-sdk-2.1'
E: Couldn't find any package by regex 'dotnet-sdk-2.1'
Когда я возвращаюсь и просматриваю все, что бежало, когда я делал:
sudo apt-get update
было это в конце этого,
E: The repository 'cdrom://Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426) bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Как я могу отладить / исправить это?