Media change: please insert the disc labeled

简介: Media change: please insert the disc labeled

执行命令:

sudo apt install gcc

具体错误

Media change: please insert the disc labeled
 'Ubuntu 20.04.4 LTS _Focal Fossa_ - Release amd64 (20220223)'
in the drive '/cdrom/' and press [Enter]

解决办法

/etc/apt/sources.list文件,注释掉cdrom一行,例如:


# deb cdrom:[Ubuntu 20.04.4 LTS _Focal Fossa_ - Release amd64 (20220223)]/ focal main restricted

再次执行命令,成功

目录
相关文章
Media change: please insert the disc labeled
Media change: please insert the disc labeled
319 0
|
SQL
ORA-01440: column to be modified must be empty to decrease precision or scale
在修改表字段的NUMBER类型的精度或刻度时,你可能会遇到ORA-01440: column to be modified must be empty to decrease precision or scale,下面介绍一下,如何处理这个问题。
1613 0
|
Oracle 关系型数据库 SQL
【MOS】EVENT: DROP_SEGMENTS - cleanup of TEMPORARY segments (文档 ID 47400.1)
【MOS】EVENT: DROP_SEGMENTS - Forcing cleanup of TEMPORARY segments (文档 ID 47400.1) ***Checked for relevance on 14-Jun-2012*** ...
1204 0
You cannot change a partition into an extended one or vice versa Delete it first
You cannot change a partition into an extended one or vice versa Delete it first 2015-08-07 16:23 by 潇湘隐者, 1211 阅读, 0 评论, 收藏, 编辑...
1288 0
|
SQL Oracle 关系型数据库
【MOS】Index Rebuild Is Hanging Or Taking Too Long (文档 ID 272762.1)
APPLIES TO: Oracle Database - Enterprise Edition - Version 8.1.7.4 to 9.2.0.4 [Release 8.
1069 0
|
关系型数据库 MySQL Python
Warning: Data truncated for column 'AirPress' at row 1
/************************************************************************ * Warning: Data truncated for column 'AirPress' at row 1 * 说明: * 最近往MySQL中存入数据时,总是看到这个Warning,花点时间来找一下原因。
1202 0