Sorry for a stupid questions, but how can I completely delete Monetdb from ubuntu, if I compiled it myself?
Hi Shmagi,
Unless you built a dpkg for it you can't really unless you added a prefix
to your configure line before compilation specifying at different location
if installation.
There might be a list of files it installs in an in install log in your
build directory so you can remove all the files manually not sure.
Regards,
Brian Hood
On Mar 24, 2016 4:39 PM, "Shmagi Kavtaradze"
Sorry for a stupid questions, but how can I completely delete Monetdb from ubuntu, if I compiled it myself?
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
`man rm` ----- On Mar 24, 2016, at 5:38 PM, Shmagi Kavtaradze kavtaradze.s@gmail.com wrote:
Sorry for a stupid questions, but how can I completely delete Monetdb from ubuntu, if I compiled it myself?
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
How about `make uninstall` from the source directory? Wouldn't that work? ... and then removing the source directory tree. Also, you may or may not want to remove your DB farms, which might not be under your MonetDB installation directory. Of course, double-check everything not to remove something critical by mistake. You probably already know that but it never hurts to be reminded. Eyal On 24-03-16 17:51, Stefan Manegold wrote:
`man rm`
----- On Mar 24, 2016, at 5:38 PM, Shmagi Kavtaradze kavtaradze.s@gmail.com wrote:
Sorry for a stupid questions, but how can I completely delete Monetdb from ubuntu, if I compiled it myself?
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Thanks for answers. I used make uninstall, but it did not help. I want to
compile Monetdb from scratch, because when I recompiled several times
without deleting, I want not able to launch monetdb farm.
On Thu, Mar 24, 2016 at 5:59 PM, Eyal Rozenberg
How about `make uninstall` from the source directory? Wouldn't that work? ... and then removing the source directory tree.
Also, you may or may not want to remove your DB farms, which might not be under your MonetDB installation directory.
Of course, double-check everything not to remove something critical by mistake. You probably already know that but it never hurts to be reminded.
Eyal
On 24-03-16 17:51, Stefan Manegold wrote:
`man rm`
----- On Mar 24, 2016, at 5:38 PM, Shmagi Kavtaradze kavtaradze.s@gmail.com wrote:
Sorry for a stupid questions, but how can I completely delete Monetdb from
ubuntu, if I compiled it myself?
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
_______________________________________________
users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (4)
-
Brian Hood
-
Eyal Rozenberg
-
Shmagi Kavtaradze
-
Stefan Manegold