gpt4 book ai didi

c++ - g++ 即使在安装 apt-get 之后也显示为已安装

转载 作者:塔克拉玛干 更新时间:2023-11-03 07:48:28 25 4
gpt4 key购买 nike

所以当我第一次输入 g++ 在控制台检查时,会发生以下情况:

arunirc@fisher:~$ g++
The program 'g++' is currently not installed. You can install it by typing:
sudo apt-get install g++

按照建议,我安装了 g++(之前安装了 sudo apt-get update 和 -f)。

arunirc@fisher:~$ sudo apt-get install g++
Reading package lists... Done
Building dependency tree
Reading state information... Done
g++ is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 121 not upgraded.

但即使在它显示安装了 g++ 之后,这也是我在命令行中再次得到的:

arunirc@fisher:~$ g++
The program 'g++' is currently not installed. You can install it by typing:
sudo apt-get install g++

求助! (我在 Ubuntu 14.04 上)。

编辑 1(回应评论)

sudo update-alternatives --config g++ 给出了这个输出:

update-alternatives:错误:g++ 没有替代品

最佳答案

尝试使用

 locate /usr/bin/g++

{当这个过时时,使用 须藤更新

我的Ubuntu系统目前显示

:~$ locate /usr/bin/g++
/usr/bin/g++
/usr/bin/g++-4.9
/usr/bin/g++-5

下次使用

ls -lsa /usr/bin/g++

我的节目

0 lrwxrwxrwx 1 root root 5 Aug  1 14:32 /usr/bin/g++ -> g++-5

所以,我的 g++ 只是指向最新安装的 g++ 的链接。

可能此链接丢失或安装不正确。

尝试手动设置链接。

但在此之前,请直接调用它。

/usr/bin/g++-5  --version

我的系统报告

g++-5 (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

关于c++ - g++ 即使在安装 apt-get 之后也显示为已安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33679156/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com