не могу установить g ++ на Ubuntu 18.04, не удалось установить зависимости от установленных пакетов - PullRequest
0 голосов
/ 01 марта 2019

пока я установил gcc и gcc-5, я не могу установить g ++.

sudo apt install g++ g++-5 libstdc++-5-dev libc6-dev libc6=2.23-0ubuntu11 libc-dev-bin

не удастся, потому что

The following packages have unmet dependencies:
 g++ : Depends: gcc (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
       Depends: gcc-5 (>= 5.3.1-3~) but it is not going to be installed
 g++-5 : Depends: gcc-5 (= 5.4.0-6ubuntu1~16.04.11) but it is not going to be installed

Однако

sudo apt install gcc gcc-5
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc is already the newest version (4:5.3.1-1ubuntu1).
gcc-5 is already the newest version (5.4.0-6ubuntu1~16.04.11).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
...