meisme㉿TrustNo1)-[~]
└─$ cat /etc/apt/sources.list
# See
https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/
deb
https://http.kali.org/kali kali-rolling main contrib non-free
# Additional line for source packages
# deb-src
http://http.kali.org/kali kali-rolling main contrib non-free
-----------
removing libgtk-3-dev :
meisme㉿TrustNo1)-[/]
└─$ sudo apt-get remove libgtk-3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libegl-mesa0 : Depends: libgbm1 (= 22.3.1-1) but 22.2.4-1 is to be installed
Depends: libglapi-mesa (= 22.3.1-1) but 22.2.4-1 is to be installed
libgtksourceview-4-dev : Depends: libgtk-3-dev (>= 3.19.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
┌──(meisme㉿TrustNo1)-[/]
└─$ sudo apt-get remove --auto-remove libgtk-3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libegl-mesa0 : Depends: libgbm1 (= 22.3.1-1) but 22.2.4-1 is to be installed
Depends: libglapi-mesa (= 22.3.1-1) but 22.2.4-1 is to be installed
libgtksourceview-4-dev : Depends: libgtk-3-dev (>= 3.19.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
┌──(meisme㉿TrustNo1)-[/]
└─$ sudo apt-get purge libgtk-3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libegl-mesa0 : Depends: libgbm1 (= 22.3.1-1) but 22.2.4-1 is to be installed
Depends: libglapi-mesa (= 22.3.1-1) but 22.2.4-1 is to be installed
libgtksourceview-4-dev : Depends: libgtk-3-dev (>= 3.19.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
┌──(meisme㉿TrustNo1)-[/]
└─$ sudo apt-get purge --auto-remove libgtk-3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libegl-mesa0 : Depends: libgbm1 (= 22.3.1-1) but 22.2.4-1 is to be installed
Depends: libglapi-mesa (= 22.3.1-1) but 22.2.4-1 is to be installed
libgtksourceview-4-dev : Depends: libgtk-3-dev (>= 3.19.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
