Dear community,
I’ve builded and installed csound via git.
Before reinstalling I would like to know how I could completely uninstall and remove csound.
Thanks for your help,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
tarmo
(Tarmo Johannes)
August 11, 2023, 9:01pm
2
hi!
sudo make unsintall
in the build directory
and
make clean
if you want to rebuild.
tarmo
Kontakt Stefan Thomas (<kontrapunktstefan@gmail.com >) kirjutas kuupäeval R, 11. august 2023 kell 17:50:
Dear community,
I’ve builded and installed csound via git.
Before reinstalling I would like to know how I could completely uninstall and remove csound.
Thanks for your help,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Dear Tarmo,
I have no subdirectory named build in ~/git/csound/
Could be ~/git/csound/ be the right one?
joachim
(joachim heintz)
August 12, 2023, 5:52pm
4
when you installed a package, you can use the command:
sudo apt remove <package name>.
you can search for these things easily in the net; i found this which gives a better answer:
best -
joachim
Dear Joachim,
unfortunately your suggestion does not work in my case. The reason is probably that I did not install the software with apt, I’ve done it via git.
tarmo
(Tarmo Johannes)
August 13, 2023, 10:55am
6
Hi!
Yes, it can be the source directory, depends how you built it. Look for file Makefile and run
sudo make unistall
there.
Tarmo
L, 12. august 2023 18:22 Stefan Thomas <kontrapunktstefan@gmail.com > kirjutas:
Dear Tarmo,
I have no subdirectory named build in ~/git/csound/
Could be ~/git/csound/ be the right one?
hi!
sudo make unsintall
in the build directory
and
make clean
if you want to rebuild.
tarmo
Kontakt Stefan Thomas (<kontrapunktstefan@gmail.com >) kirjutas kuupäeval R, 11. august 2023 kell 17:50:
Dear community,
I’ve builded and installed csound via git.
Before reinstalling I would like to know how I could completely uninstall and remove csound.
Thanks for your help,
Stefan
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
joachim
(joachim heintz)
August 13, 2023, 11:15am
7
ah ok --- i thought it was a package.
then it is what tarmo mentioned.
Dear Tarmo,
thanks for Your help. It worked, I’ve successfully uninstalled the software.