Discussion:
[Samtools-help] how to uninstall
scar
2017-03-06 22:51:03 UTC
Permalink
After i compiled and used "make install" how do i reverse the process?
usually there is a "make uninstall" command but not here...
Thanks
Colin
2017-03-08 15:50:33 UTC
Permalink
I'd say the best way to get good uninstall behavior is to install samtools
via a package manager!

I guess it would depend on your system but even apt-get has a package


-Colin
Post by scar
After i compiled and used "make install" how do i reverse the process?
usually there is a "make uninstall" command but not here...
Thanks
------------------------------------------------------------
------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Samtools-help mailing list
https://lists.sourceforge.net/lists/listinfo/samtools-help
Sven Klages
2017-03-08 17:23:05 UTC
Permalink
I always compile and install such software in a custom directory, sth. like
/opt/samtools. It is pretty easy to remove such installations afterwards or
to keep different versions of a software.

Best
Sven
Post by Colin
I'd say the best way to get good uninstall behavior is to install samtools
via a package manager!
I guess it would depend on your system but even apt-get has a package
-Colin
Post by scar
After i compiled and used "make install" how do i reverse the process?
usually there is a "make uninstall" command but not here...
Thanks
------------------------------------------------------------
------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Samtools-help mailing list
https://lists.sourceforge.net/lists/listinfo/samtools-help
----------
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
----------
_______________________________________________
Samtools-help mailing list
https://lists.sourceforge.net/lists/listinfo/samtools-help
scar
2017-03-08 20:53:38 UTC
Permalink
Post by Sven Klages
I always compile and install such software in a custom directory, sth.
like /opt/samtools. It is pretty easy to remove such installations
afterwards or to keep different versions of a software.
I did put it in /opt but after "make install" command it installed
things in /opt/bin and /opt/share/man for example. How can i find what
exactly was installed so i can uninstall/delete it?

Loading...