> i have install several tar packaged in my linux box, ie. samba, but im not
> how to uninstall this samba, in fact i can't even use the locate command
> to trace where the files resides
>
> any suggestion is appreciated.
>

# make
# find /* > /tmp/samba1
# make install
# find /* > /tmp/samba2
# diff /tmp/samba1 /tmp/samba2 > sambafiles
# rm -f /tmp/samba?

The idea is to have a list of files before make install (samba1) and
compare it with the list of files after install of samba (samba2).
sambafiles now contains the list of files belonging to the package samba.


--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to