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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User