Skip to content

Instantly share code, notes, and snippets.

@srimajji
Created July 9, 2017 05:12
Show Gist options
  • Select an option

  • Save srimajji/fe9c42a6d3e90aaa04144a3d836933d9 to your computer and use it in GitHub Desktop.

Select an option

Save srimajji/fe9c42a6d3e90aaa04144a3d836933d9 to your computer and use it in GitHub Desktop.
Ubuntu force removal package
sudo mv /var/lib/dpkg/info/{packagename}.* /tmp/
sudo dpkg --remove --force-remove-reinstreq {packagename}
sudo apt-get remove {packagename}
sudo apt-get autoremove && sudo apt-get autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment