Penguin
Blame: MakeUninstall
EditPageHistoryDiffInfoLikePages
Annotated edit history of MakeUninstall version 2, including all changes. View license author blame.
Rev Author # Line
1 DevanEans 1 make uninstall
2
2 LawrenceDoliveiro 3 Command for uninstalling software [compiled from source|BuildFromSource] using [make(1)]. Most OS/Distro do not support it.
1 DevanEans 4 If you are worried about it you can install with a prefix:
5
6 ./configure --prefix=/usr/local/softwarename/
7
8 The only other option is to find all the files and rm -f them.
9
10 This is also an interesting read:
11
12 [http://www.linuxgazette.com/node/view/3444]