dpkg - Linux Ubuntu 16.04 / apt-get issue - Ask Ubuntu
i'm having issues installing on ubuntu 16.04 since i've messed java install. here's --
sudo apt-get -f install htop reading package lists... done building dependency tree reading state information... done e: package jre1.8.0-111 needs reinstalled, can't find archive it. any suggestions?
try with
sudo apt-get install -f it should remove java. reinstall can try synaptic (if have installed it)
sudo synaptic or just
sudo apt-get remove --purge *java* and reinstall java
Comments
Post a Comment