[Csnd] how to uninstall on ubuntu

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

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?

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.

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

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.