I'm on Ubuntu 11.04. I removed Vim (7.3) using Software Center, so why can I still it?
If I type vim in the Terminal, then Vim starts running. The executables in /usr/local/bin weren't deleted.
|
I'm on Ubuntu 11.04. I removed Vim (7.3) using Software Center, so why can I still it? If I type | ||||
feedback
|
|
The system might have vim installed by default, and the version you installed via Software Center is just a newer version and one that gets automatic updates. If you want to see where vim is and get rid of it, run this command in the terminal:
This will show you all the locations that the vim executable is found in. You can remove them if you want to get rid of vim completely (Which you shouldn't really need to do, and isn't advised unless there is some reason you absolutely have to). | |||||
feedback
|
|
Ok, to be honest I don't know what happened when I installed Vim. I didn't check if it was already installed. I used Mercurial to download it from a repository (http://vim.googlecode.com/hg/). I'm new at using Linux. I just followed the instructions that are at the Vim's website. I typed in the terminal the same commands:
Nothing more, nothing less. This created a directory in /home/emmanuel called Vim, and compiled the code in that same directory. When I type I wanted to remove it for two reasons:
What do you recommend me to do, specially with the files at /home/emmanuel/vim???? | |||
|
feedback
|