Debian stretch netinst
Поставил ежедневную сборку вот отсюда http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/
Теперь нужно собрать edb-debugger и ему требуется g++, но установить его не могу:
$ sudo apt install g++ ... The following packages have unmet dependencies: g++ : Depends: gcc (>= 4:6.1.1-1) but it is not going to be installed Depends: g++-6 (>= 6.1.1-9~) but it is not going to be installed Depends: gcc-6 (>= 6.1.1-9~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Выяснил что слишком новая версия стоит:
$ sudo apt install libstdc++6 ... libstdc++6 is already the newest version (6.1.1-11)
На другой машине тоже stretch, но ставился пораньше и не из netinst. У него версия 6.1.1-10
Подскажите как задаунгрейдиться?
$ sudo apt install libstdc++6=6.1.1-10 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: libstdc++6 : Depends: gcc-6-base (= 6.1.1-10) but 6.1.1-11 is to be installed E: Unable to correct problems, you have held broken packages.