Skip to content

Instantly share code, notes, and snippets.

@Kenta11
Created March 3, 2020 02:45
Show Gist options
  • Save Kenta11/50d11a9b3e7a7547b7a32dd1c54696f4 to your computer and use it in GitHub Desktop.
Save Kenta11/50d11a9b3e7a7547b7a32dd1c54696f4 to your computer and use it in GitHub Desktop.
Vim uninstaller for Ubuntu
#!/usr/bin/env bash
# -*- coding: utf-8 -*-
echo "vim install" | sudo dpkg --set-selections
sudo apt remove --purge vim -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment