6

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

Aditya
  • 13,416

1 Answers1

8

Try to remove vim-tiny in the terminal:

sudo apt-get remove vim.tiny
Mina Eid
  • 839
  • 5
  • 9