Excerpts from statquant2's message of Sun Nov 07 11:44:46 +0100 2010: > > Thanks a lot gyus that is woking fine now !! > I did sudo apt-get install libgtk2.0-dev" and to be on the safe side "sudo > apt-get install gnome-core-devel" > Then ./configure --with-features=huge then make then src/vim -g WORKED. > > Thanks a lot for help newbys like me. > > I just have another quick question. When I do a locate vim I see plenty of > files for vim in different locations. Lets suppose I want to uninstall vim, > is there a way to see/get all the locations/files vim installed, and then > remove them ? > (sorry if the question is silly...)
They are not silly. make uninstall was already mentioned. However it assumes that make uninstall does what it says .. There are different ways: - gentoo (create an ebuild) - nixpkgs (www.nixos.org) -> everything will be installed to /nix/store - other packaging solutions. I mentioned gentoo, nixpkgs here because I'm sure both already contain build recipes for Vim in some way. If you use one of those you take care about packaging - the packaging system will then care about uninstalling. Marc Weber -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
