Open aphive opened 6 years ago
Update:
I stopped apache2
sudo service apache2 stop
And then installed ngingx
sudo apt-get install nginx
The nginx error went away but then when I ran
apt upgrade
I got this error:
The following packages have unmet dependencies:
libabw-0.1-1v5 : Conflicts: libabw-0.1-1 but 0.1.1-4 is to be installed
libsidplay2v5 : Conflicts: libsidplay2 but 2.1.1-15 is to be installed
python3-aptdaemon.pkcompat : Conflicts: packagekit
Conflicts: packagekit:i386
E: Broken packages
I fixed the first one with:
apt install libabw-0.1-1
Runing apt upgrade again showed:
The following packages have unmet dependencies:
libsidplay2v5 : Conflicts: libsidplay2 but 2.1.1-15 is to be installed
python3-aptdaemon.pkcompat : Conflicts: packagekit
Conflicts: packagekit:i386
E: Broken packages
Did a search for libdisplay but not sure which one to install ...
apt search libsidplay
Sorting... Done
Full Text Search... Done
libresid-builder-dev/kali-rolling 2.1.1-15 amd64
SID chip emulation class based on resid
libresid-builder0c2a/kali-rolling 2.1.1-15 amd64 [upgradable from: 2.1.1-14ubuntu2]
SID chip emulation class based on resid
libsidplay1-dev/kali-rolling 1.36.59-10 amd64
SID (MOS 6581) emulation library (development files)
libsidplay1v5/kali-rolling 1.36.59-10 amd64
SID (MOS 6581) emulation library
libsidplay2/kali-rolling 2.1.1-15 amd64
SID (MOS 6581) emulation library
libsidplay2-dev/kali-rolling 2.1.1-15 amd64
SID (MOS 6581) emulation library
libsidplay2v5/xenial,now 2.1.1-14ubuntu2 amd64 [installed]
SID (MOS 6581) emulation library
libsidplayfp-dbg/kali-rolling 1.8.7-1 amd64
library to play Commodore 64 music based on libsidplay2 (detached symbols)
libsidplayfp-dev/kali-rolling 1.8.7-1 amd64
library to play Commodore 64 music based on libsidplay2 (development files)
libsidplayfp-doc/kali-rolling,kali-rolling 1.8.7-1 all
library to play Commodore 64 music based on libsidplay2 (documentation)
libsidplayfp4/kali-rolling 1.8.7-1 amd64
Library to play Commodore 64 music based on libsidplay2
xmms2-plugin-sid/kali-rolling 0.8+dfsg-18.1 amd64
XMMS2 - libsidplay2 based decoder
I'm now seeing this error as well:
Errors were encountered while processing:
/var/cache/apt/archives/vlc-bin_2.2.8-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Fresh install of Ubuntu Mate, all was working fine until I tried installing Kali Tools using this tool. Not sure if there is something that needs tweaked but it happened during the Information Gathering pack when I selected 0) Install all Information Gathering tools.
These are the errors I see:
Any help would be appreciated. Thanks.