Пытаюсь разобраться с Debian. Устанавливаю grub-customizer:
1. Создаю файл /etc/apt/sources.list.d/grub-customizer.list с содержимым:
deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu precise main
2. Добавляю ключ:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3F055C03
3. Далее sudo apt-get update
.
4. Далее облом:
drew@drew-deb:~$ sudo apt-get install grub-customizer
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:
grub-customizer : Depends: libarchive12 but it is not installable
Depends: libatkmm-1.6-1 (>= 2.22.1) but it is not installable
Depends: libcairomm-1.0-1 (>= 1.6.4) but it is not installable
Depends: libglibmm-2.4-1c2a (>= 2.32.0) but it is not installable
Depends: libgtkmm-3.0-1 (>= 3.4.0) but it is not installable
Depends: libpangomm-1.4-1 (>= 2.27.1) but it is not installable
Depends: libsigc++-2.0-0c2a (>= 2.0.2) but it is not installable
Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Recommends: hwinfo but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
drew@drew-deb:~$ sudo apt-cache policy libarchive12
libarchive12:
Installed: (none)
Candidate: (none)
Version table:
drew@drew-deb:~$ sudo dpkg --get-selections | grep -E "(libatkmm|libcairomm|libglibmm|libgtkmm|libpangomm|libsigc++|libssl)"
libatkmm-1.6-1v5:amd64 install
libcairomm-1.0-1v5:amd64 install
libglibmm-2.4-1v5:amd64 install
libgtkmm-3.0-1v5:amd64 install
libpangomm-1.4-1v5:amd64 install
libsigc++-2.0-0v5:amd64 install
libssl1.0.2:amd64 install
Фигли ему не хватает. Версии пакетов совсем новые в stretch, а относительно свежий grub-customizer 4.0.6 с ними не работает? Ждать новую версию? Юзать stable? Помогите разобраться. Заранее спасибо.