А /run не надо?
Кали Линукс (перестал грузится)
Модератор: Bizdelnick
-
- Сообщения: 1119
- Статус: дилетант широкого профиля
- ОС: debian/openbsd
Re: Кали Линукс
С таким набором нынче даже загрузчик под UEFI не переустановить. Нужно будет всякое внутри /sys ещё руками биндить.Bizdelnick писал: ↑23.02.2025 20:27mount -o bind /dev /mnt/dev, mount -o bind /proc /mnt/proc, mount -o bind /sys /mnt/sys
/boot содержит не все файлы ядра, но содержит кое-что кроме ядер. Ядру ещё модули нужны, которые в /lib лежат. Но если вы не знаете, как устроена стандартная иерархия файловой системы для дистрибутива GNU/Linux, то лучше таким не заниматься...
С уважением,
Павел Алиев
Павел Алиев
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
вот вытащил инитрамфс.. вроде всё на месте, если я не перепутал, и не побежал впереди паровоза)) обновил командой выше потом вытащил его.. очень коротенькие файликиBizdelnick писал: ↑23.02.2025 20:27
Если так уж хочется, делаете от рута следующее.
- Монтируете корневую файловую систему убитой ОС в каталог /mnt: mount /dev/sda1 /mnt (если она не на sda1, замените на правильный раздел).
- Пробрасываете туда /dev, /proc и /sys: mount -o bind /dev /mnt/dev, mount -o bind /proc /mnt/proc, mount -o bind /sys /mnt/sys.
- Запускаете шелл, используя этот каталог гак корневой: chroot /mnt /bin/bash
- Дальше уже в этом шелле занимаетесь починкой системы, как если бы она была загружена. В частности, запускаете команды, которые я просил выше, и показываете нам их вывод, если повезёт — может быть, поймём, что пошло не так при обновлении.
У вас нет необходимых прав для просмотра вложений в этом сообщении.
-
- Сообщения: 1119
- Статус: дилетант широкого профиля
- ОС: debian/openbsd
Re: Кали Линукс
dart8888, вы совсем не смотрите самостоятельно на вывод команд? Вам же командная оболочка сообщает, что команда не выполнена! Она не найдена даже!
Потому что не apk-mark, а apt-mark. Будьте внимательней.
PS. Просто представьте, сколько дел можно наделать, проявляя подобную невнимательность, но постоянно работая из под учётки с правами root'а! Вот затем и заводят себе даже люди с серьёзным опытом для работы учётку без прав, чтобы потом героически всё не чинить, когда клавишей промахнёшься.
Код: Выделить всё
root@kali:/# apk-mark showhold
bash: apk-mark: command not found
PS. Просто представьте, сколько дел можно наделать, проявляя подобную невнимательность, но постоянно работая из под учётки с правами root'а! Вот затем и заводят себе даже люди с серьёзным опытом для работы учётку без прав, чтобы потом героически всё не чинить, когда клавишей промахнёшься.
С уважением,
Павел Алиев
Павел Алиев
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
полностью согласен с Вами из-за кривых ручонок можно натворить кучу всего))Aliech писал: ↑24.02.2025 08:48dart8888, вы совсем не смотрите самостоятельно на вывод команд? Вам же командная оболочка сообщает, что команда не выполнена! Она не найдена даже!
Потому что не apk-mark, а apt-mark. Будьте внимательней.Код: Выделить всё
root@kali:/# apk-mark showhold bash: apk-mark: command not found
PS. Просто представьте, сколько дел можно наделать, проявляя подобную невнимательность, но постоянно работая из под учётки с правами root'а! Вот затем и заводят себе даже люди с серьёзным опытом для работы учётку без прав, чтобы потом героически всё не чинить, когда клавишей промахнёшься.

вывод остался прежним
фикс пакеты смотрим? за судо заранее извиняюсь)) но не суть.. странно что не показывает, вроде всё монтировал, а замороженных нет?
У вас нет необходимых прав для просмотра вложений в этом сообщении.
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Нет.
Ну если ТС сломает и загрузчик, займёмся добинживанием. ☺
Добавлено (14:09):
Нет — и хорошо. Попробуйте сделать apt update && apt dist-upgrade и покажите, какая будет ошибка, если будет. Исправлено: это надо делать после написанного ниже.
Добавлено (14:21):
А, вот что. Отредактируйте /mnt/etc/apt/sources.list и добавьте в конец строчек, начинающихся с deb и deb-src, non-free-firmware (через пробел). Это надо сделать перед выполнением apt update && apt dist-upgrade, если уже сделали это — отредактируйте и повторите.Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
1. Сначало смонтировать как написал Павел
2. Потом отредактировать /mnt/etc/apt/sources.list найти строчки deb и deb-src, и дописать в конце их "non-free-firmware"
т.е. такой вид должен быть верно?
"deb-src http://kali.download/kali/ kali-rolling main non-free-firmware"
"deb http://kali.download/kali kali-rolling main non-free-firmware"
3. потом обновить систему apt update && apt dist-upgrade
4. ПОТОМ просто перезагрузится в сломанную и показать вывод?
извините за наивность, но лучше переспросить.. ))
2. Потом отредактировать /mnt/etc/apt/sources.list найти строчки deb и deb-src, и дописать в конце их "non-free-firmware"
т.е. такой вид должен быть верно?
"deb-src http://kali.download/kali/ kali-rolling main non-free-firmware"
"deb http://kali.download/kali kali-rolling main non-free-firmware"
3. потом обновить систему apt update && apt dist-upgrade
4. ПОТОМ просто перезагрузится в сломанную и показать вывод?
извините за наивность, но лучше переспросить.. ))

Bizdelnick писал: ↑24.02.2025 14:07
Нет — и хорошо. Попробуйте сделать apt update && apt dist-upgrade и покажите, какая будет ошибка, если будет. Исправлено: это надо делать после написанного ниже.Добавлено (24.02.2025 14:21):
А, вот что. Отредактируйте /mnt/etc/apt/sources.list и добавьте в конец строчек, начинающихся с deb и deb-src, non-free-firmware (через пробел). Это надо сделать перед выполнением apt update && apt dist-upgrade, если уже сделали это — отредактируйте и повторите.
Последний раз редактировалось dart8888 24.02.2025 17:41, всего редактировалось 1 раз.
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Смонтировать, как написал я. Отредактировать. Запустить под chroot. Показать вывод, если будут ошибки. Если не будет — попробовать перезагрузиться.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
жалуется на что то..Bizdelnick писал: ↑24.02.2025 17:32Смонтировать, как написал я. Отредактировать. Запустить под chroot. Показать вывод, если будут ошибки. Если не будет — попробовать перезагрузиться.
Spoiler
root@kali:~# sudo apt update && apt dist-upgrade
Get:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]
Get:2 http://kali.download/kali kali-rolling/non-free-firmware Sources [8,348 B]
Get:3 http://kali.download/kali kali-rolling/main Sources [17.0 MB]
Get:4 http://kali.download/kali kali-rolling/main amd64 Packages [20.5 MB]
Get:5 http://kali.download/kali kali-rolling/non-free-firmware amd64 Packages [10.6 kB]
Fetched 37.5 MB in 9s (4,005 kB/s)
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.862: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.883: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.883: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
Traceback (most recent call last):
File "/usr/bin/debtags", line 25, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Reading package lists... Done
Building dependency tree
Reading state information... Done
1322 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:~#
Get:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]
Get:2 http://kali.download/kali kali-rolling/non-free-firmware Sources [8,348 B]
Get:3 http://kali.download/kali kali-rolling/main Sources [17.0 MB]
Get:4 http://kali.download/kali kali-rolling/main amd64 Packages [20.5 MB]
Get:5 http://kali.download/kali kali-rolling/non-free-firmware amd64 Packages [10.6 kB]
Fetched 37.5 MB in 9s (4,005 kB/s)
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.862: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.880: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.881: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.883: GFileInfo created without standard::is-hidden
(appstreamcli:156709): GLib-GIO-CRITICAL **: 09:00:54.883: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
Traceback (most recent call last):
File "/usr/bin/debtags", line 25, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Reading package lists... Done
Building dependency tree
Reading state information... Done
1322 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:~#
У вас нет необходимых прав для просмотра вложений в этом сообщении.
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
А попробуйте грохнуть этот cherrytree: apt remove cherrytree, может, после этого обновится.
Добавлено (00:32):
Менее гуманный способ — принудительно удалить python2 и всё, что от него зависит. Но как бы что-нибудь нужное не улетело при этом…Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
граб слетел, у меня он лежит в папке X86_64-efi, но старый граб упорно ищет его /grub/i386-pc/normal.mod
диск с линуксом (hd0,msdos1)
префиксы менял не помогает.. странно.
диск с линуксом (hd0,msdos1)
префиксы менял не помогает.. странно.
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Что значит слетел, кто ищет, о каких префиксах речь? Ничего не понял.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
вотBizdelnick писал: ↑25.02.2025 00:52Что значит слетел, кто ищет, о каких префиксах речь? Ничего не понял.
У вас нет необходимых прав для просмотра вложений в этом сообщении.
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
только что восстановил граб с помощью бут-репаир, однако не помогли вышеперечисленные команды, опять намертво завис, даже аварийные команды не помогают. ну ладно продолжим.
загрузиться с флешки опять смонтировать вышеперечисленные директории и выполнить "apt remove cherrytree" ?
загрузиться с флешки опять смонтировать вышеперечисленные директории и выполнить "apt remove cherrytree" ?
Нужное для загрузки? мне бы просто хотя бы чтобы загружалось..Bizdelnick писал: ↑25.02.2025 00:31А попробуйте грохнуть этот cherrytree: apt remove cherrytree, может, после этого обновится.Добавлено (25.02.2025 00:32):
Менее гуманный способ — принудительно удалить python2 и всё, что от него зависит. Но как бы что-нибудь нужное не улетело при этом…
-
- Сообщения: 1119
- Статус: дилетант широкого профиля
- ОС: debian/openbsd
Re: Кали Линукс
А где я написал как монтировать? Что-то не припомню. Тему посмотрел, и точно... команды не предлагал ещё на монтирование...
initrd собирается из файлов системы. В системе случилась какая-то катастрофа, initrd получается битый. Чинится система пакетным менеджером. Пакетный менеджер не может отработать, так как есть конфликт зависимостей. Конфликт зависимостей привнесён пакетом... ну вот этим вот пакетом.
Есть и другие способы, но доделайте этот для начала...
С уважением,
Павел Алиев
Павел Алиев
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Для загрузки ничего питонячьего не нужно.
Кстати. Появилось предположение, почему могло сломаться старое ядро. Возможно, оно ещё не поддерживает сжатие zstd. Можно попробовать изменить в конфиге алгоритм на lz4, например, и перегенерить iniramfs снова — хуже уже не будет. Хотя это пальцем в небо.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
из под ливСД можно ли сделать откат системы предварительно смонтировав их? или поудалять обновления со сломанными зависимостями? ядро, очень похоже, даже прогрузиться не успевает, потому что аварийные команды не работают, первым подгружается инирамФС ? у меня твёрдотельный СДД с виндовс10, и тошиба обычный дисковый HDD с линуксом, причём граб стоит СДД с виндовсом, поэтому при загрузке в ЛАЙВ СД слетает напрочь загрузочная запись линукса, потому что флешка записана в системе "легаси" но с эфи на борту(потому что в бутменю он отображается но не грузит с неё.., поэтому приходиться менять с эфи на легаси чтобы загрузится в лив-сд))) и система переписывает граб похоже... такой вот винигрет))
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
dart8888, что можно сделать — мы уже рассказали. Никаких чудодейственных методов не утаили.
Найдите нормальную флешку.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectorsBizdelnick писал: ↑25.02.2025 17:51dart8888, что можно сделать — мы уже рассказали. Никаких чудодейственных методов не утаили.
Найдите нормальную флешку.
сделал норм флешку
Spoiler
Disk model: TOSHIBA MQ01ABF0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x56f89e1d
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 293165055 293163008 139.8G 83 Linux
/dev/sda2 293165056 976769023 683603968 326G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 14.9 GiB, 15998099456 bytes, 31246288 sectors
Disk model: DT Micro
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7A5C6EAF-B75E-4E6C-BF43-EE8B0D408B18
Device Start End Sectors Size Type
/dev/sdb1 2048 31246191 31244144 14.9G Microsoft basic data
Disk /dev/loop0: 3.98 GiB, 4269445120 bytes, 8338760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
┌──(kali㉿kali)-[~]
└─$ sudo mount /dev/sda1 /mnt
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /dev /mnt/dev
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /proc /mnt/proc
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /sys /mnt/sys
┌──(kali㉿kali)-[~]
└─$ sudo chroot /mnt /bin/bash
root@kali:/# apt remove cherrytree
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
kali-linux-default : Depends: cherrytree but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x56f89e1d
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 293165055 293163008 139.8G 83 Linux
/dev/sda2 293165056 976769023 683603968 326G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 14.9 GiB, 15998099456 bytes, 31246288 sectors
Disk model: DT Micro
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 7A5C6EAF-B75E-4E6C-BF43-EE8B0D408B18
Device Start End Sectors Size Type
/dev/sdb1 2048 31246191 31244144 14.9G Microsoft basic data
Disk /dev/loop0: 3.98 GiB, 4269445120 bytes, 8338760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
┌──(kali㉿kali)-[~]
└─$ sudo mount /dev/sda1 /mnt
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /dev /mnt/dev
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /proc /mnt/proc
┌──(kali㉿kali)-[~]
└─$ sudo mount -o bind /sys /mnt/sys
┌──(kali㉿kali)-[~]
└─$ sudo chroot /mnt /bin/bash
root@kali:/# apt remove cherrytree
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
kali-linux-default : Depends: cherrytree but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Добавлено (10:34):
The following packages have unmet dependencies:cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
Spoiler
root@kali:/# sudo apt update && apt dist-upgrade
Get:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]
Get:2 http://kali.download/kali kali-rolling/non-free-firmware Sources [8,355 B]
Get:3 http://kali.download/kali kali-rolling/main Sources [17.0 MB]
Get:4 http://kali.download/kali kali-rolling/main amd64 Packages [20.5 MB]
Get:5 http://kali.download/kali kali-rolling/non-free-firmware amd64 Packages [10.6 kB]
Fetched 37.6 MB in 9s (3,985 kB/s)
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.538: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.562: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
Traceback (most recent call last):
File "/usr/bin/debtags", line 25, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Reading package lists... Done
Building dependency tree
Reading state information... Done
1332 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:/# apt-mark showhold
root@kali:/# cat /etc/apt/
apt.conf.d/ preferences.d/ sources.list.save
auth.conf.d/ sources.list trusted.gpg
listchanges.conf sources.list~ trusted.gpg.d/
listchanges.conf.d/ sources.list.d/
root@kali:/# cat /etc/apt/
apt.conf.d/ preferences.d/ sources.list.save
auth.conf.d/ sources.list trusted.gpg
listchanges.conf sources.list~ trusted.gpg.d/
listchanges.conf.d/ sources.list.d/
root@kali:/# cat /etc/apt/sources.list
#
deb-src http://kali.download/kali/ kali-rolling main non-free-firmware
deb http://kali.download/kali/ kali-rolling main non-free-firmware
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
Get:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]
Get:2 http://kali.download/kali kali-rolling/non-free-firmware Sources [8,355 B]
Get:3 http://kali.download/kali kali-rolling/main Sources [17.0 MB]
Get:4 http://kali.download/kali kali-rolling/main amd64 Packages [20.5 MB]
Get:5 http://kali.download/kali kali-rolling/non-free-firmware amd64 Packages [10.6 kB]
Fetched 37.6 MB in 9s (3,985 kB/s)
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.538: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.562: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.563: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: GFileInfo created without standard::is-hidden
(appstreamcli:42264): GLib-GIO-CRITICAL **: 14:06:01.564: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached
Traceback (most recent call last):
File "/usr/bin/debtags", line 25, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
Reading package lists... Done
Building dependency tree
Reading state information... Done
1332 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:/# apt-mark showhold
root@kali:/# cat /etc/apt/
apt.conf.d/ preferences.d/ sources.list.save
auth.conf.d/ sources.list trusted.gpg
listchanges.conf sources.list~ trusted.gpg.d/
listchanges.conf.d/ sources.list.d/
root@kali:/# cat /etc/apt/
apt.conf.d/ preferences.d/ sources.list.save
auth.conf.d/ sources.list trusted.gpg
listchanges.conf sources.list~ trusted.gpg.d/
listchanges.conf.d/ sources.list.d/
root@kali:/# cat /etc/apt/sources.list
#
deb-src http://kali.download/kali/ kali-rolling main non-free-firmware
deb http://kali.download/kali/ kali-rolling main non-free-firmware
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
А если apt -f remove cherrytree?
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
Spoiler
root@kali:/# sudo apt -f remove cherrytree
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
kali-linux-default : Depends: cherrytree but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
kali-linux-default : Depends: cherrytree but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Давайте тогда ещё раз попробуем apt -f install, возможно, из его полного вывода будет понятно, в чём причина ошибки.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
Bizdelnick писал: ↑26.02.2025 12:14Давайте тогда ещё раз попробуем apt -f install, возможно, из его полного вывода будет понятно, в чём причина ошибки.
Spoiler
root@kali:/# apt -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is installed
Depends: libvpx9 (>= 1.12.0) but it is not installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.30) but it is not installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not installed
Depends: gnome-shell (< 3.37) but it is not installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not installed
Depends: gnome-shell (>= 3.36) but it is not installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not installed
Recommends: libgtk-4-bin but it is not installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is installed
Recommends: libgtk-4-media-gstreamer but it is not installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not installed
libxaw7 : Depends: libxt6t64 but it is not installed
libxmu6 : Depends: libxt6t64 but it is not installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not installed
xterm : Depends: libxt6t64 but it is not installed
xtightvncviewer : Depends: libxt6t64 but it is not installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Ну не знаю, остаётся, видимо, снести пол-системы, а потом долго и мучительно доустанавливать нужное. Ей-ей проще переустановить.
Ваш случай.It is possible that a system's dependency structure can be so corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending packages).
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
да мне главное запустилось чтобы)) остальное дособираю как нибудь..Bizdelnick писал: ↑26.02.2025 12:47Ну не знаю, остаётся, видимо, снести пол-системы, а потом долго и мучительно доустанавливать нужное. Ей-ей проще переустановить.Ваш случай.It is possible that a system's dependency structure can be so corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending packages).
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Впрочем, нет, удалять нельзя. Это даже libc-bin пришлось бы вынести. После этого, скорее всего, сломается вообще всё. Переустанавливайте.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
напомню, что всё началось с синаптика, он небыл изначально установлен, установил в ручную, вроде работал норм, потом (когда долго не обновлял систему) запустил его наряду с командной строкой, обновил сначало в командной строке, увидел какую то ошибку, и подумал что пакетный менеждер умнее поэтому повторил через синаптик, что то доустановил в зависимостях, и написал что будет произведено после перезагрузки доустановка.. перезагрузил и вот он экран смерти)) думаю может синаптик снести и попробовать обновить по вашему мануалу дальше? ?
-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Ну или разве что… Если исходить из предположения, что обновление было прервано в самом неподходящем месте, а очень похоже на то, то все нужные пакеты должны были быть уже скачаны. Можно попытаться установить их в обход apt. Но никаких гарантий, что не станет хуже, я дать не могу.
dpkg --install --force-depends --force-breaks --recursive /var/cache/apt/archives
Потом apt -f install. Ну если повезёт и предыдущая команда отработает.
dpkg --install --force-depends --force-breaks --recursive /var/cache/apt/archives
Потом apt -f install. Ну если повезёт и предыдущая команда отработает.
Добавлено (13:19):
На синаптик ругани нет.
Последний раз редактировалось Bizdelnick 27.02.2025 23:49, всего редактировалось 1 раз.
Причина: исправил путь к каталогу с пакетами
Причина: исправил путь к каталогу с пакетами
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |
-
- Сообщения: 64
- ОС: Kali
Re: Кали Линукс
Bizdelnick писал: ↑26.02.2025 13:18Ну или разве что… Если исходить из предположения, что обновление было прервано в самом неподходящем месте, а очень похоже на то, то все нужные пакеты должны были быть уже скачаны. Можно попытаться установить их в обход apt. Но никаких гарантий, что не станет хуже, я дать не могу.
dpkg --install --force-depends --force-breaks --recursive /var/lib/apt/archive
Потом apt -f install. Ну если повезёт и предыдущая команда отработает.Добавлено (26.02.2025 13:19):
На синаптик ругани нет.
Spoiler
root@kali:/# sudo apt-get purge synaptic
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:/#
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
cherrytree : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
chrome-gnome-shell : Depends: gnome-shell but it is not going to be installed
firefox-esr : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
Depends: libgtk-3-0t64 (>= 3.13.7) but it is not going to be installed
Depends: libnspr4 (>= 2:4.32~) but 2:4.25-1 is to be installed
Depends: libnss3 (>= 2:3.101) but 2:3.49.1-1 is to be installed
Depends: libvpx9 (>= 1.12.0) but it is not going to be installed
gnome-session : Depends: gnome-shell (>= 3.33.90) but it is not going to be installed
gnome-shell-extension-dashtodock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extension-desktop-icons : Depends: gnome-shell (>= 3.33) but it is not going to be installed
gnome-shell-extension-easyscreencast : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.30) but it is not going to be installed
gnome-shell-extension-prefs : Depends: gnome-shell (= 3.36.2-1) but it is not going to be installed
gnome-shell-extension-proxyswitcher : Depends: gnome-shell (>= 3.10) but it is not going to be installed
Depends: gnome-shell (< 3.37) but it is not going to be installed
gnome-shell-extension-workspaces-to-dock : Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-shell-extensions : Depends: gnome-shell (< 3.37) but it is not going to be installed
Depends: gnome-shell (>= 3.36) but it is not going to be installed
gnome-system-monitor : Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not going to be installed
libappstream5 : Depends: libcurl3t64-gnutls (>= 7.63.0) but it is not going to be installed
libatk-wrapper-java-jni : Depends: libatk-bridge2.0-0t64 (>= 2.18.1-2~) but it is not going to be installed
libc-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc-dev-bin : Depends: libc6 (< 2.31) but 2.40-3 is to be installed
libc6 : Breaks: systemd (< 256~rc4-1~) but 245.5-2 is to be installed
libc6-dev : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libc6-i386 : Depends: libc6 (= 2.30-8) but 2.40-3 is to be installed
libgdk-pixbuf2.0-0 : Depends: libgdk-pixbuf2.0-common (= 2.40.0+dfsg-4) but 2.42.12+dfsg-2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.64.2-1)
libgs9 : Depends: libgs9-common (= 9.52~dfsg-1) but it is not installable
libgtk-4-1 : Depends: libcups2t64 (>= 1.7.0) but it is not going to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.30.1) but it is not going to be installed
Recommends: libgtk-4-bin but it is not going to be installed
Recommends: librsvg2-common (>= 2.52.0) but 2.48.4+dfsg-1 is to be installed
Recommends: libgtk-4-media-gstreamer but it is not going to be installed
libgtkmm-4.0-0 : Depends: libgdk-pixbuf-2.0-0 (>= 2.35.5) but it is not going to be installed
libpangomm-1.4-1v5 : Depends: libglibmm-2.4-1t64 (>= 2.66.7) but it is not going to be installed
libva-drm2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libva-x11-2 : Depends: libva2 (>= 2.22.0) but 2.7.1-1 is to be installed
libvolume-key1 : Depends: libgpgme11t64 (>= 1.23.2) but it is not going to be installed
libxaw7 : Depends: libxt6t64 but it is not going to be installed
libxmu6 : Depends: libxt6t64 but it is not going to be installed
locales : Depends: libc-bin (> 2.40) but 2.30-8 is to be installed
network-manager-gnome : Depends: policykit-1-gnome but it is not installable or
polkit-1-auth-agent
python-aes : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-asn1crypto : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-autobahn : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-backports-abc : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports-shutil-get-terminal-size : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-backports.functools-lru-cache : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bcrypt : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-blinker : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bottle : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-bs4 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-cbor : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-chameleon : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-click : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-colorama : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-concurrent.futures : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-configparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-constantly : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-cssselect : Depends: python but it is not installable
python-dateutil : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-decorator : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-dnspython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editor : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-editorconfig : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-egenix-mxdatetime : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-egenix-mxtools : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-elixir : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-enum34 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-feedparser : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-filedepot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-classful : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-flask-kvsession : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-login : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-mail : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-principal : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-flask-restless : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-session : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flask-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-flaskext.wtf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-formencode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-future : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-gtk2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-gtksourceview2 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
python-html2text : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-html5lib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-hupper : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-idna : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipy : Depends: python (>= 2.7) but it is not installable
Depends: python (< 2.8) but it is not installable
python-ipython : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-ipython-genutils : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-itsdangerous : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-jsbeautifier : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-magic : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-marshmallow : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-marshmallow-sqlalchemy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimeparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-mimerender : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-nplusone : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openid : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-openssl : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-packaging : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-paramiko : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-passlib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pcapfile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-peepdf : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pefile : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pexpect : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pickleshare : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-plaster : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-png : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prettytable : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-prompt-toolkit : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ptyprocess : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyasn1-modules : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pydot : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyinotify : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pymssql : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyparsing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyqrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-pyquery : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-pyv8 : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-qrcode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-repoze.lru : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-scandir : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scapy : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-scgi : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-selenium : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-service-identity : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-simplegeneric : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-simplekv : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-singledispatch : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-socks : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-soupsieve : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-speaklater : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlalchemy-schemadisplay : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-sqlparse : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-syslog-rfc5424-formatter : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tempita : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-tqdm : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-traitlets : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-translationstring : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7) but it is not installable
Depends: python:any (>= 2.6.6-7~)
python-trie : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-trollius : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-twisted : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-txaio : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-typing : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-u-msgpack : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-ubjson : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-unidecode : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-urllib3 : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-utidylib : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-venusian : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-waitress : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wcwidth : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-webob : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-websocket : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-wsaccel : Depends: python (< 2.8) but it is not installable
Depends: python (>= 2.7~) but it is not installable
Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python-wtforms : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.deprecation : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7~)
python-zope.event : Depends: python:any (< 2.8)
Depends: python:any (>= 2.7.5-5~)
python3 : PreDepends: python3-minimal (= 3.8.2-3) but 3.13.1-2 is to be installed
sslsplit : Depends: libpcap0.8t64 (>= 0.9.8) but it is not going to be installed
x11-apps : Depends: libxt6t64 (>= 1:1.1.0) but it is not going to be installed
xterm : Depends: libxt6t64 but it is not going to be installed
xtightvncviewer : Depends: libxt6t64 but it is not going to be installed
Recommends: tightvncpasswd (>= 1:1.3.10-7) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:/#
Добавлено (15:19):
установщик пакетов точно работает? )) не отрабатывает вообще ничего))) как проверить?-
- Модератор
- Сообщения: 21229
- Статус: nulla salus bello
- ОС: Debian GNU/Linux
Re: Кали Линукс
Вы только сейчас заметили, что не работает? Apt не будет ничего делать, пока зависимости установленных пакетов поломаны. Ну кроме как попытки их починить с -f|--fix-broken, что, как Вы могли заметить, тоже заканчивается неудачей.
Пишите правильно:
в консоли вку́пе (с чем-либо) в общем вообще | в течение (часа) новичок нюанс по умолчанию | приемлемо проблема пробовать трафик |