M HYPE SPLASH
// updates

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy