View Issue Details

IDProjectCategoryView StatusLast Update
0007504Kali LinuxKali Package Bugpublic2022-01-06 08:18
Reporterbaraka983 Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0007504: i got error on libndpi4.0
Description

Hi i got error today when i make update and the upgrade on my kali.
My kali is
VERSION="2021.4"
VERSION_ID="2021.4"
VERSION_CODENAME="kali-rolling"

5.14.0-kali4-amd64

the error is

starting Kali upgrades...
Hit:1 http://kali.download/kali kali-rolling InRelease
Reading package lists... Done
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:
xplico : Depends: libndpi4.0 (>= 1.7) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

when i type apt --fix-broken install i get this
apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
libndpi4.0
The following NEW packages will be installed:
libndpi4.0
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/314 kB of archives.
After this operation, 1,523 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 908188 files and directories currently installed.)
Preparing to unpack .../libndpi4.0_4.0-4_amd64.deb ...
Unpacking libndpi4.0:amd64 (4.0-4) ...
dpkg: error processing archive /var/cache/apt/archives/libndpi4.0_4.0-4_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libndpi.so.4.0.0', which is also in package libndpi4 1.8-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libndpi4.0_4.0-4_amd64.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thank you for the help :)

Activities

sbrun

sbrun

2021-12-29 13:39

manager   ~0015581

You need to remove the package libndpi4. It's an old package, I don't know why you still have it.
The packages libndpi4 and libndpi4.0 contain the same file so there is an issue during the installation.

sudo apt remove libndpi4
sudo apt install xplico

Issue History

Date Modified Username Field Change
2021-12-23 10:17 baraka983 New Issue
2021-12-29 13:39 sbrun Note Added: 0015581
2021-12-29 13:39 sbrun Assigned To => sbrun
2021-12-29 13:39 sbrun Status new => assigned
2022-01-06 08:18 sbrun Status assigned => closed
2022-01-06 08:18 sbrun Resolution open => no change required