首页 > 系统相关 >ubuntu22 安装gcc

ubuntu22 安装gcc

时间:2022-10-08 09:46:22浏览次数:55  
标签:gcc install get sudo apt aptitude ubuntu22 安装

使用aptitude包依赖管理工具代替apt来处理,aptitude软件包管理工具在解决依赖性问题上更有优势,具体使用方法如下:
sudo apt-get install aptitude ,
sudo aptitude install gcc g++
终端中输入后会提示aptitude给出的解决方案,可以选择no,
会继续提供下一个解决方案,但前面的方案会是忽略掉依赖冲突,所以想要彻底解决的话可以跳过前面的几种方案,然后再yes解决。(个人第一次No,第二次Yes)

如果在sudo apt-get install aptitude环节不小心选择了Y,

可以使用sudo apt autoremove卸载

接着sudo aptitude install gcc g++就可以了

标签:gcc,install,get,sudo,apt,aptitude,ubuntu22,安装
From: https://www.cnblogs.com/hushaojun/p/16767996.html

相关文章

  • docker 安装 elasticsearch
    1.拉取镜像:sudodockerpullelasticsearch:7.12.02.创建docker容器挂载目录:sudomkdir-pv/opt/elasticsearch/configsudomkdir-pv/opt/elasticsearch/datasu......
  • Kali Pi 安装 RTL8812AU驱动
    今天,我们来实操安装一下昨天的RTL8812​的无线网卡驱动。说明我们今天使用的网卡是磊科的NW392无线网卡,其主要核心为NW392。一张32G内存卡树莓派为树莓派4B4G-RAM系......
  • Centos 7.9 安装 maven-3.8.6
    一、Centos7.9安装maven-3.8.6地址https://maven.apache.org/index.htmlhttps://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz......
  • 不安装运行时运行 .NET 程序 - NativeAOT
    大家好,先祝大家国庆快乐。不过大家看到这篇文章的时候估计已经过完国庆了......
  • CentOS 7.9 安装 jdk-8u333
    一、CentOS7.9安装jdk8地址https://www.oracle.comhttps://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html 使用Xftp......
  • CentOS7环境源码安装freeswitch1.10
    操作系统:CentOS7.6_x64   freeswitch版本:1.10.7一、安装步骤1、下载freeswitch源代码wgethttp://files.freeswitch.org/releases/freeswitch/freeswitch-1.1......
  • centos7上单机安装fastdfs6.0.9
    目录1、背景2、fastdfs的一些知识2.1fastdfs的特点2.2架构图2.2.1client介绍2.2.2tracker-server介绍2.2.3storage-server介绍2.3fastdfs需要安装的软件2.4为什......
  • 服务器Linux系统(Ubuntu)安装Java
    下载Java  前往Java官网找到对应版本链接并右键复制链接  这里使用的是Ubuntu云服务器于是下载Linuxx64CompressedArchieve,复制该项链接  用管理员账户登......
  • Windows 11 安装过程特殊情况处理
    跳过TPM进入安装环境后按Shift+F10,打开命令行界面输入regedit打开注册表并定位到如下的位置HKEY_LOCAL_MACHINE\SYSTEM\Setup新建LabConfig的项,在LabConfig下......
  • CentOS 7.9 安装 Python-3.9.5
    一、CentOS7.9安装Python-3.9.5地址https://www.python.orghttps://www.python.org/ftp/python/3.9.5查看当前python版本pythonpython-V可以看到执行python......