View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005599 | Kali Linux | [All Projects] Kali Package Bug | public | 2019-07-26 16:10 | 2020-12-01 10:48 |
Reporter | kaushal | Assigned To | g0tmi1k | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2019.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005599: kali-linux-all package install problem | ||||
Description | I tried to install package kali-linux-all via following manner and got error sudo apt update sudo apt install kali-linux-all Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: kali-tools-vulnerability : Depends: ace but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). sudo apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libtexlua52 suckless-tools Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: ace Suggested packages: golang-github-yosssi-ace-dev The following NEW packages will be installed: ace 0 upgraded, 1 newly installed, 0 to remove and 713 not upgraded. 843 not fully installed or removed. Need to get 0 B/891 kB of archives. After this operation, 3,072 kB of additional disk space will be used. Do you want to continue? [Y/n] y (Reading database ... 532648 files and directories currently installed.) Preparing to unpack .../ace_0.0.5-3+b11_amd64.deb ... Unpacking ace (0.0.5-3+b11) ... dpkg: error processing archive /var/cache/apt/archives/ace_0.0.5-3+b11_amd64.deb (--unpack): trying to overwrite '/usr/bin/ace', which is also in package ace-voip 1.10-1kali5 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/ace_0.0.5-3+b11_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) sudo apt purge ace-voip Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: kali-linux-large : Depends: ace-voip but it is not going to be installed kali-tools-voip : Depends: ace-voip but it is not going to be installed kali-tools-vulnerability : Depends: ace but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). | ||||
|
By the looks of it, you haven't done `apt update` before trying it? Else you are using a dated mirror. - - - Looking at this line: `trying to overwrite '/usr/bin/ace', which is also in package ace-voip 1.10-1kali5` You can see its trying to install: ace-voip 1.10-1kali5 Checking the package page ~ https://pkg.kali.org/pkg/ace-voip You can see the latest is: ace-voip 1.10-1kali6 So the package your trying is dated. Checking the git repo ~ https://gitlab.com/kalilinux/packages/ace-voip/commits/kali/master You can see: https://gitlab.com/kalilinux/packages/ace-voip/commit/6881df98b07b46e7dc87594367ca1fbca443229c Which has: `* Close 5582 - Rename binary to ace-voip` Bug 0005582 ~ https://bugs.kali.org/view.php?id=5582 "ace package conflicts with ace-voip" |
|
dpkg --purge --force-depends ace-voip sudo apt install -f these two lines solved the error thanks for support |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-07-26 16:10 | kaushal | New Issue | |
2019-07-26 16:26 | g0tmi1k | Note Added: 0010805 | |
2019-07-26 16:27 | g0tmi1k | Relationship added | related to 0005582 |
2019-07-26 16:41 | kaushal | Note Added: 0010806 | |
2019-07-26 16:42 | g0tmi1k | Assigned To | => g0tmi1k |
2019-07-26 16:42 | g0tmi1k | Status | new => resolved |
2019-07-26 16:42 | g0tmi1k | Resolution | open => fixed |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |