[Csnd] csound plugins

Dear community,
I’ve installed the csound-plugins using apt install on my ubuntu machine.
Unfortunately I can’t use them.
Neither can I see the new opcodes when I type csound -z nor can I compile a patch like https://csound-plugins.github.io/csound-plugins/opcodes/beosc.html#examples
How can I get the plugins up and running?
Thanks,
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

The beosc opcode is part of the beosc plugin. This is an external plugin and is not part of the csound distribution. The plugin can be installed via risset (GitHub - csound-plugins/risset: Csound Package Manager)

In Ubuntu, starting from 22.04 the recommended way of doing that is to install risset via pipx

sudo apt install pipx pipx install risset
$ risset install beosc

cheers,
Eduardo

Dear Eduardo,
thanks for Your help!
I will try that asap.