How to uninstall the vi text editor preinstalled in Ubuntu?
By John Campbell •
I would like to uninstall the vi text editor which is pre-installed in Ubuntu. How would I achieve that?
1 Answer
Try to remove vim-tiny in the terminal:
sudo apt-get remove vim.tiny 4