Quote:
Originally posted by m0rg
try: make uninstall
if this don't work then you have to uninstalled each file manually I think
|
Thats correct!
Enter the source directory of your package and then type
If you have removed the source directory, for e.g
Code:
/home/sybex/downloads/gaim-...
Than you'll have do it the hard way,
Code:
rm -rf [files/directory of the present program]
make have these options;
make , (creates programfiles.)
make install , (installs the package/program) in the standardplace, or where ever you have out the PREFIX
make uninstall (removes the installed files and directorys that the make install created)
make distclean (makes the program distclean, have to run make if you will install it again!

)
and some more options...
