我想通过这个命令安装 gcc 编译器
apt install build-essential
按是后,它要求我插入一些媒体。
Media change: please insert the disc labeled
'Ubuntu 18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203.1)'
in the drive '/media/cdrom/' and press [Enter]
并且这个提示一次又一次地重复
怎么了?
我想通过这个命令安装 gcc 编译器
apt install build-essential
按是后,它要求我插入一些媒体。
Media change: please insert the disc labeled
'Ubuntu 18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203.1)'
in the drive '/media/cdrom/' and press [Enter]
并且这个提示一次又一次地重复
怎么了?
编辑
/etc/apt/sources.list
并放在#
该行的前面cdrom
您需要连接到互联网才能安装
gcc
.