Originally Posted by
mithz
Hi ,
Im not able to install anything by using apt-get as it is showing some "broken install error " related to libreoffice , please find below output and help me to sort it out issue
OS : kali rolling
laptop: lenovo g480
Troubleshooting done:
update your package list like this
sudo apt-get update
then cleanup any partial packages
sudo apt-get autoclean
Now clean the apt cache
sudo apt-get clean
Now remove any unnecessary dependancies
sudo apt-get autoremove
from the command above, you can identify any broken packages and forcefully remove it like this
sudo dpkg --remove --force-remove-reinstreq package_name
Finally mopup any other packages with dependacies
sudo apt-get -f install
Error messages:
root@kali:/hack/wifiphisher-1.2# apt-get install tree
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:
libreoffice-core : Depends: libreoffice-common (> 1:5.4.1) but it is not going to be installed
libreoffice-java-common : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
libreoffice-ogltrans : Depends: libreoffice-common but it is not going to be installed
libreoffice-report-builder : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
libreoffice-script-provider-bsh : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
libreoffice-script-provider-js : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
libreoffice-script-provider-python : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
libreoffice-style-galaxy : Depends: libreoffice-common (= 1:5.4.1-1) but it is not going to be installed
wifi-pumpkin : Depends: libssl-dev but it is not going to be installed
Depends: libxml2-dev but it is not going to be installed
Depends: libxslt1-dev but it is not going to be installed
Depends: zlib1g-dev but it is not going to be installed
Depends: libarchive-dev but it is not going to be installed
Depends: libnetfilter-queue-dev but it is not going to be installed
Depends: libpcap-dev but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
root@kali:/hack/wifiphisher-1.2#
im work on it from last 2 days but im not able to fix it , please help me friends