View Issue Details

IDProjectCategoryView StatusLast Update
0008966Kali LinuxKali Package Bugpublic2024-11-06 04:26
ReporterWeggos2000 Assigned Toarnaudr  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Summary0008966: Cannot install Kali-Linux-everything
Description

When trying to install kali-linux-everything it has trouble with winexe, because it is using some outdated software I think. So whenever I try to install it it gives the following message :
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

Unsatisfied dependencies: winexe : Depends: samba-libs (= 2:4.21.0+dfsg-1kali1) but 2:4.21.1+dfsg-1 is to be installed Error: Unable to correct problems, you have held broken packages.
Please help?

Activities

arnaudr

arnaudr

2024-10-22 07:56

manager   ~0019951

It seems that your system tries to install samba-libs 2:4.21.1+dfsg-1. However in Kali Linux we have samba-libs 2:4.21.0+dfsg-1kali1... So it seems to me that you messed up your APT sources, and you try to mix Kali and Debian repositories?

In doubt, please paste the output of:

cat /etc/apt/sources.list

and

tail -n 1000 /etc/apt/sources.list.d/*
Weggos2000

Weggos2000

2024-11-05 17:08

reporter   ~0020006

Last edited: 2024-11-06 04:25

here are both of the outputs, i hope you can help

┌─[kali@vincenkali] - [~] - [Tue Nov 05, 18:07]
└─[$] cat /etc/apt/sources.list
# See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/
deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
deb http://ftp.de.debian.org/debian sid main
# Additional line for source packages
deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware

┌─[kali@vincenkali] - [~] - [Tue Nov 05, 18:07]
└─[$] tail -n 1000 /etc/apt/sources.list.d/*
==> /etc/apt/sources.list.d/brave-browser-release.list <==
deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main

==> /etc/apt/sources.list.d/google-chrome.list <==
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

==> /etc/apt/sources.list.d/opera-stable.list <==
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)

==> /etc/apt/sources.list.d/vscode.list <==
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/repos/code stable main
arnaudr

arnaudr

2024-11-06 04:24

manager   ~0020007

You are putting both Kali rolling repo and Debian unstable repo in yout sources.list:

deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
deb http://ftp.de.debian.org/debian sid main

That is a recipe for failure: you shouldn't have done that.

Please have a look at https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/#non-kali-repositories, in particular this part:

Likewise, adding other operating system’s repositories into Kali (such as trying to put Ubuntu on Kali), will break your installation. This is the single most common reason why Kali Linux systems break.

arnaudr

arnaudr

2024-11-06 04:25

manager   ~0020008

Last edited: 2024-11-06 04:26

If you remove the line deb http://ftp.de.debian.org/debian sid main from your sources.list, then run sudo apt update, maybe that will be enough to fix your issue.

In any case, this is not a bug, so I'm closing the issue.

Issue History

Date Modified Username Field Change
2024-10-21 14:14 Weggos2000 New Issue
2024-10-22 07:54 daniruiz Assigned To => arnaudr
2024-10-22 07:54 daniruiz Status new => assigned
2024-10-22 07:56 arnaudr Note Added: 0019951
2024-11-05 17:08 Weggos2000 Note Added: 0020006
2024-11-06 04:18 arnaudr Note Edited: 0020006
2024-11-06 04:24 arnaudr Note Added: 0020007
2024-11-06 04:25 arnaudr Note Edited: 0020006
2024-11-06 04:25 arnaudr Note Added: 0020008
2024-11-06 04:26 arnaudr Note Edited: 0020008
2024-11-06 04:26 arnaudr Assigned To arnaudr =>
2024-11-06 04:26 arnaudr Assigned To => arnaudr
2024-11-06 04:26 arnaudr Status assigned => resolved
2024-11-06 04:26 arnaudr Resolution open => won't fix