I can't uninstall VBA-M. I am using Linux Mint 13(read: Ubuntu 12.04). I compiled bgk's linking build (only to find that the link functions don't work in the GTK version ><), and now I want to get rid of it so I can get the trunk version from subversion. Problem is, it doesn't show up in the package lists (since it was compiled from source), and 'make uninstall' doesn't work. Help!
Â
EDIT: before anyone asks, this is the output in the terminal when I try to get the trunk version currently:
alec@alec-G50V ~ $ svn co https://vbam.svn.sourceforge.net/svnroot/vbam/trunk .
svn: '.' is already a working copy for a different URL
Â
FURTHER EDIT: I solved the subversion issue with 'svn switch', but I still have VBA-M's files in my home folder. I want to get rid of them so I can redownload the source into its own folder and not have two copies of VBA-M on my system.