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 I would like to uninstall the vi text editor which is pre-installed in Ubuntu. How would I achieve that?
Try to remove vim-tiny in the terminal:
sudo apt-get remove vim.tiny 4