Skip to content

Instantly share code, notes, and snippets.

@gt11799
Created January 11, 2017 08:19
Show Gist options
  • Select an option

  • Save gt11799/29c7ce47cfc58e98b42546ff7f126779 to your computer and use it in GitHub Desktop.

Select an option

Save gt11799/29c7ce47cfc58e98b42546ff7f126779 to your computer and use it in GitHub Desktop.
卸载ubuntu的包
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