7

I would like to uninstall the vi text editor which is pre-installed in Ubuntu. How would I achieve that?

Aditya
  • 13,616

1 Answers1

10

Try to remove vim-tiny in the terminal:

sudo apt-get remove vim.tiny
Mina Eid
  • 859