Results 1 to 2 of 2

Thread: Kali linux set up GUI

  1. #1
    Join Date
    2023-Mar
    Posts
    1

    Kali linux set up GUI

    Hello all
    I have a problem with set up kali gui and xrdp via wsl on windows 10
    I have isntalled Kali but cannot install xfce4 due to some errors
    Kali-themes as I understood is a main problem, but I do not know how to solve it



    Errors were encountered while processing:
    /var/cache/apt/archives/kali-themes_2023.1.5_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    ┌──(myroot㉿DESKTOP-42NJ40L)-[~/test]
    └─$ sudo apt update && sudo apt install -y desktop-base
    Get:1 http://fastmirror.pp.ua/kali kali-rolling InRelease [41.2 kB]
    Get:2 http://fastmirror.pp.ua/kali kali-rolling/main amd64 Packages [19.5 MB]
    Get:3 http://fastmirror.pp.ua/kali kali-rolling/contrib amd64 Packages [115 kB]
    Fetched 19.6 MB in 5s (3,875 kB/s)
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    33 packages can be upgraded. Run 'apt list --upgradable' to see them.
    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:
    kali-desktop-core : Depends: kali-themes but it is not going to be installed
    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).


    ┌──(myroot㉿DESKTOP-42NJ40L)-[~/test]
    └─$ sudo apt-get install kali-desktop-core
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    kali-desktop-core is already the newest version (2023.1.8).
    kali-desktop-core set to manually installed.
    You might want to run 'apt --fix-broken install' to correct these.
    The following packages have unmet dependencies:
    kali-desktop-core : Depends: kali-themes but it is not going to be installed
    E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Have you tried the suggested fix...

    apt --fix-broken install

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •