Ubuntu20.04 安装build-essential问题

cpp 复制代码
#sudo apt-get install build-essential

问题

cpp 复制代码
The following packages have unmet dependencies:
build-essential : Depends: libc6-dev but it is not going to be installed or
libc-dev
Depends: g++ (>= 4:9.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

解决方案

安装 aptitude,参考给出的solution选一个合适的。给出的第一个方案如果没有安装build-essential,继续输入no直到出现安装build-essential的方案

cpp 复制代码
sudo apt-get install aptitude
sudo aptitude install build-essential
相关推荐
cg50177 小时前
Spring Boot 的配置文件
java·linux·spring boot
暮云星影7 小时前
三、FFmpeg学习笔记
linux·ffmpeg
rainFFrain7 小时前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
GalaxyPokemon7 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
mingqian_chu8 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
GalaxyPokemon9 小时前
Muduo网络库实现 [十] - EventLoopThreadPool模块
linux·服务器·网络·c++
自由鬼9 小时前
开源虚拟化管理平台Proxmox VE部署超融合
linux·运维·服务器·开源·虚拟化·pve
瞌睡不来9 小时前
(学习总结32)Linux 基础 IO
linux·学习·io
inquisiter10 小时前
UEFI镜像结构布局
linux·spring