今天我使用以下命令删除了 g++ 包:
sudo apt remove g++
sudo apt purge g++
因此,我使用以下命令重新安装了它:
sudo apt-get install g++
sudo apt install build-essential
安装过程结束后,我使用以下命令检查了 g++ 版本
g++ --version
我得到了错误
Bus error(core dumped)
即使我简单地写
g++
在终端中,我遇到了同样的错误。
我需要使用 C++ 编译器来工作。我该如何解决这个问题?
提前致谢!
编辑
按照要求,我的 Ubuntu 版本是 18.04
type -a g++
回
g++ is /usr/bin/g++
realpath $(which g++)
回
/usr/bin/x86_64-linux-gnu-g++-7
和
dpkg -l | grep 'g++'
回
ii g++ 4:7.4.0-1ubuntu2.3 amd64 GNU C++ compiler
ii g++-6 6.5.0-2ubuntu1~18.04 amd64 GNU C++ compiler
ii g++-7 7.4.0-1ubuntu1~18.04.1 amd64 GNU C++ compiler