tracelabs / tlosint-live

Trace Labs OSINT Linux Distribution based on Kali.
https://www.tracelabs.org/initiatives/osint-vm
661 stars 111 forks source link

Dependency issue after upgrade! #163

Open sec-error-404 opened 1 year ago

sec-error-404 commented 1 year ago

Describe the bug The theme manager for Kali, tested the upgrade process from only a few different older versions. So when you upgrade the VM, it bugs out and locks you from installing or upgrading anything in Kali.

To Reproduce click the updater, or update through CLI

Expected behavior i expected it to update correctly, but it will

Screenshots Reading changelogs... Done Extracting templates from packages: 100% (Reading database ... 266336 files and directories currently installed.) Preparing to unpack .../kali-themes_2023.3.1_all.deb ... rm: cannot remove '/etc/xdg/plasma-workspace/env/kali-themes-purple.sh': No such file or directory dpkg: error processing archive /var/cache/apt/archives/kali-themes_2023.3.1_all.deb (--unpack): new kali-themes package pre-installation script subprocess returned error exit status 1 Errors were encountered while processing: /var/cache/apt/archives/kali-themes_2023.3.1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

Desktop (please complete the following information):

Additional context its absolutely annoying, and ill post the fix below for you

sec-error-404 commented 1 year ago

------------ the fix ----------------------- sudo touch /etc/xdg/plasma-workspace/env/kali-themes-purple.sh sudo apt --fix-broken install ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^