Code: Select all
sudo apt-get purge packagename
Code: Select all
sudo apt-get --reinstall install packagename
Code: Select all
sudo apt-get -f install
=================================================rpdom wrote:If you installed the package using apt-get (or aptitude/synaptic), then you can remove the package and all its configuration files withThen try the install again.Code: Select all
sudo apt-get purge packagename
You could also trywhich will try and reinstall the package over the top of the existing installed version, orCode: Select all
sudo apt-get --reinstall install packagenamewhich will try and complete any failed installations.Code: Select all
sudo apt-get -f install