Csound Csound-dev Csound-tekno Search About

Re: [Csnd] How to deinstall csound

Date2019-09-18 15:36
FromVictor Lazzarini
SubjectRe: [Csnd] How to deinstall csound
On MacOS, Csound is a self-contained framework CsoundLib64.framework, installed in /Library/Frameworks
and you can remove it by deleting it from there.
========================
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 18 Sep 2019, at 15:39, Bernard Geyer  wrote:
> 
> Hi,
> 
> I would like to know how to remove csound from a computer (specially Mac
> OSX, but also Windows).
> I would like to test different installations, and I want to be sure that
> csound is not already installed.
> 
> I'm also interested to know if csound and the components it needs have
> necessary to be on a specific place on the computer. If not, is it possible
> to just copy csound on the same places than csound applications, and sent
> the whole folder to users, in order to avoid that they have to explicitly
> install csound on their computer) ?
> 
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> 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

Date2019-09-18 15:39
FromBernard Geyer
Subject[Csnd] How to deinstall csound
Hi,

I would like to know how to remove csound from a computer (specially Mac
OSX, but also Windows).
I would like to test different installations, and I want to be sure that
csound is not already installed.

I'm also interested to know if csound and the components it needs have
necessary to be on a specific place on the computer. If not, is it possible
to just copy csound on the same places than csound applications, and sent
the whole folder to users, in order to avoid that they have to explicitly
install csound on their computer) ?




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2019-09-18 15:50
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] How to deinstall csound
Dear Developers,

We do need a clean uninstaller app for the Mac.  Or set of instructions that uninstalls the app and all dependencies.  Or is there one?

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Sep 18, 2019, at 10:39 AM, Bernard Geyer  wrote:
> 
> Hi,
> 
> I would like to know how to remove csound from a computer (specially Mac
> OSX, but also Windows).
> I would like to test different installations, and I want to be sure that
> csound is not already installed.
> 
> I'm also interested to know if csound and the components it needs have
> necessary to be on a specific place on the computer. If not, is it possible
> to just copy csound on the same places than csound applications, and sent
> the whole folder to users, in order to avoid that they have to explicitly
> install csound on their computer) ?
> 
> 
> 
> 
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> 
> 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

Date2019-09-18 15:50
FromSteven Yi
SubjectRe: [Csnd] How to deinstall csound
If you use the Windows installer it should have an uninstaller.

For all csound, there's two environment variables that are going to
determine what Csound gets used:

1. PATH - the PATH variable will determine where you find the csound executable
2. OPCODE6DIR64 - the path location where csound itself looks for
opcode libraries

on Windows, the PATH gets used to find support libraries (e.g.,
libsndfile). Other systems have standard folders like /usr/lib or
/usr/local/lib to find support libraries.

If you want a self-contained folder for Csound, you'd need to either
make sure the OPCODE6DIR64 is in the default location or provide a
script to set variables before running Csound. I don't remember what
the default location is as it gets compiled into the binary and may be
set differently by installers.



On Wed, Sep 18, 2019 at 10:36 AM Victor Lazzarini
 wrote:
>
> On MacOS, Csound is a self-contained framework CsoundLib64.framework, installed in /Library/Frameworks
> and you can remove it by deleting it from there.
> ========================
> Prof. Victor Lazzarini
> Maynooth University
> Ireland
>
> > On 18 Sep 2019, at 15:39, Bernard Geyer  wrote:
> >
> > Hi,
> >
> > I would like to know how to remove csound from a computer (specially Mac
> > OSX, but also Windows).
> > I would like to test different installations, and I want to be sure that
> > csound is not already installed.
> >
> > I'm also interested to know if csound and the components it needs have
> > necessary to be on a specific place on the computer. If not, is it possible
> > to just copy csound on the same places than csound applications, and sent
> > the whole folder to users, in order to avoid that they have to explicitly
> > install csound on their computer) ?
> >
> >
> >
> >
> > --
> > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
> >
> > 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

Date2019-09-18 15:57
FromRory Walsh
SubjectRe: [Csnd] How to deinstall csound
If you install using the current OSX installer, all you need to do to remove it is nuke the CsoundLib64.framework bundle from the /Library/Frameworks folder. All deps are bundled into that framework. I don't know about CsoundQT, but I assume you simple remove it from the applications?

On Wed, 18 Sep 2019 at 15:50, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Dear Developers,

We do need a clean uninstaller app for the Mac.  Or set of instructions that uninstalls the app and all dependencies.  Or is there one?

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Sep 18, 2019, at 10:39 AM, Bernard Geyer <micamusic2@gmail.com> wrote:
>
> Hi,
>
> I would like to know how to remove csound from a computer (specially Mac
> OSX, but also Windows).
> I would like to test different installations, and I want to be sure that
> csound is not already installed.
>
> I'm also interested to know if csound and the components it needs have
> necessary to be on a specific place on the computer. If not, is it possible
> to just copy csound on the same places than csound applications, and sent
> the whole folder to users, in order to avoid that they have to explicitly
> install csound on their computer) ?
>
>
>
>
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>
> 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

Date2019-09-18 16:09
Fromjoachim heintz
SubjectRe: [Csnd] How to deinstall csound
yes i think that's the way for csoundqt.

On 18/09/19 16:57, Rory Walsh wrote:
> If you install using the current OSX installer, all you need to do to
> remove it is nuke the CsoundLib64.framework bundle from the
> /Library/Frameworks folder. All deps are bundled into that framework. I
> don't know about CsoundQT, but I assume you simple remove it from the
> applications?
>
> On Wed, 18 Sep 2019 at 15:50, Dr. Richard Boulanger
> > wrote:
>
>     Dear Developers,
>
>     We do need a clean uninstaller app for the Mac.  Or set of
>     instructions that uninstalls the app and all dependencies.  Or is
>     there one?
>
>     Dr. Richard Boulanger
>     Professor
>     Electronic Production and Design
>     Berklee College of Music
>
>     > On Sep 18, 2019, at 10:39 AM, Bernard Geyer      > wrote:
>     >
>     > Hi,
>     >
>     > I would like to know how to remove csound from a computer
>     (specially Mac
>     > OSX, but also Windows).
>     > I would like to test different installations, and I want to be
>     sure that
>     > csound is not already installed.
>     >
>     > I'm also interested to know if csound and the components it needs have
>     > necessary to be on a specific place on the computer. If not, is it
>     possible
>     > to just copy csound on the same places than csound applications,
>     and sent
>     > the whole folder to users, in order to avoid that they have to
>     explicitly
>     > install csound on their computer) ?
>     >
>     >
>     >
>     >
>     > --
>     > Sent from:
>     http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>     >
>     > 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

Date2019-09-18 16:32
FromSteven Yi
SubjectRe: [Csnd] How to deinstall csound
I'm pretty sure there are also executables installed into /usr/local/bin?

On Wed, Sep 18, 2019 at 10:57 AM Rory Walsh  wrote:
>
> If you install using the current OSX installer, all you need to do to remove it is nuke the CsoundLib64.framework bundle from the /Library/Frameworks folder. All deps are bundled into that framework. I don't know about CsoundQT, but I assume you simple remove it from the applications?
>
> On Wed, 18 Sep 2019 at 15:50, Dr. Richard Boulanger  wrote:
>>
>> Dear Developers,
>>
>> We do need a clean uninstaller app for the Mac.  Or set of instructions that uninstalls the app and all dependencies.  Or is there one?
>>
>> Dr. Richard Boulanger
>> Professor
>> Electronic Production and Design
>> Berklee College of Music
>>
>> > On Sep 18, 2019, at 10:39 AM, Bernard Geyer  wrote:
>> >
>> > Hi,
>> >
>> > I would like to know how to remove csound from a computer (specially Mac
>> > OSX, but also Windows).
>> > I would like to test different installations, and I want to be sure that
>> > csound is not already installed.
>> >
>> > I'm also interested to know if csound and the components it needs have
>> > necessary to be on a specific place on the computer. If not, is it possible
>> > to just copy csound on the same places than csound applications, and sent
>> > the whole folder to users, in order to avoid that they have to explicitly
>> > install csound on their computer) ?
>> >
>> >
>> >
>> >
>> > --
>> > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>> >
>> > 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

Date2019-09-18 16:40
FromRory Walsh
SubjectRe: [Csnd] How to deinstall csound
You're right. My bad, I thought there was an Apps folder in that framework...

On Wed, 18 Sep 2019 at 16:33, Steven Yi <stevenyi@gmail.com> wrote:
I'm pretty sure there are also executables installed into /usr/local/bin?

On Wed, Sep 18, 2019 at 10:57 AM Rory Walsh <rorywalsh@ear.ie> wrote:
>
> If you install using the current OSX installer, all you need to do to remove it is nuke the CsoundLib64.framework bundle from the /Library/Frameworks folder. All deps are bundled into that framework. I don't know about CsoundQT, but I assume you simple remove it from the applications?
>
> On Wed, 18 Sep 2019 at 15:50, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
>>
>> Dear Developers,
>>
>> We do need a clean uninstaller app for the Mac.  Or set of instructions that uninstalls the app and all dependencies.  Or is there one?
>>
>> Dr. Richard Boulanger
>> Professor
>> Electronic Production and Design
>> Berklee College of Music
>>
>> > On Sep 18, 2019, at 10:39 AM, Bernard Geyer <micamusic2@gmail.com> wrote:
>> >
>> > Hi,
>> >
>> > I would like to know how to remove csound from a computer (specially Mac
>> > OSX, but also Windows).
>> > I would like to test different installations, and I want to be sure that
>> > csound is not already installed.
>> >
>> > I'm also interested to know if csound and the components it needs have
>> > necessary to be on a specific place on the computer. If not, is it possible
>> > to just copy csound on the same places than csound applications, and sent
>> > the whole folder to users, in order to avoid that they have to explicitly
>> > install csound on their computer) ?
>> >
>> >
>> >
>> >
>> > --
>> > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>> >
>> > 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
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

Date2019-09-18 16:50
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] How to deinstall csound
Thanks for these tips, and thanks for checking each other on some extra things that must be done for the Mac.
- sometimes I use the installer
- sometimes I use brew install Csound
(NOT sure if they install the same things and if they install in the same places)

I am copying all your advice in my NOTEPAD app for future reference, but...
 - could we post the complete set of instructions at Csound,com or on the Download/Installer Page for my previous, current, future students?

Thanks.

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 10:33 AM Bernard Geyer <micamusic2@gmail.com> wrote:
Hi,

I would like to know how to remove csound from a computer (specially Mac
OSX, but also Windows).
I would like to test different installations, and I want to be sure that
csound is not already installed.

I'm also interested to know if csound and the components it needs have
necessary to be on a specific place on the computer. If not, is it possible
to just copy csound on the same places than csound applications, and sent
the whole folder to users, in order to avoid that they have to explicitly
install csound on their computer) ?




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2019-09-18 16:53
FromRory Walsh
SubjectRe: [Csnd] How to deinstall csound
I should say that Cabbage can also be uninstalled, but if you do, I'll hunt you down.....! 

On Wed, 18 Sep 2019 at 16:50, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Thanks for these tips, and thanks for checking each other on some extra things that must be done for the Mac.
- sometimes I use the installer
- sometimes I use brew install Csound
(NOT sure if they install the same things and if they install in the same places)

I am copying all your advice in my NOTEPAD app for future reference, but...
 - could we post the complete set of instructions at Csound,com or on the Download/Installer Page for my previous, current, future students?

Thanks.

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 10:33 AM Bernard Geyer <micamusic2@gmail.com> wrote:
Hi,

I would like to know how to remove csound from a computer (specially Mac
OSX, but also Windows).
I would like to test different installations, and I want to be sure that
csound is not already installed.

I'm also interested to know if csound and the components it needs have
necessary to be on a specific place on the computer. If not, is it possible
to just copy csound on the same places than csound applications, and sent
the whole folder to users, in order to avoid that they have to explicitly
install csound on their computer) ?




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2019-09-19 15:57
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] How to deinstall csound
We have no intention of "uninstalling" Cabbage... at this time...
- but thanks for the warning!

I must say that once Cabbage is packaged for the Raspberry Pi - it will spread like a weed - and be installed everywhere!

sudo apt-get install cabbage . 
sudo apt-get cecilia4csound

game of thrones

_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 11:53 AM Rory Walsh <rorywalsh@ear.ie> wrote:
I should say that Cabbage can also be uninstalled, but if you do, I'll hunt you down.....! 

On Wed, 18 Sep 2019 at 16:50, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Thanks for these tips, and thanks for checking each other on some extra things that must be done for the Mac.
- sometimes I use the installer
- sometimes I use brew install Csound
(NOT sure if they install the same things and if they install in the same places)

I am copying all your advice in my NOTEPAD app for future reference, but...
 - could we post the complete set of instructions at Csound,com or on the Download/Installer Page for my previous, current, future students?

Thanks.

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 10:33 AM Bernard Geyer <micamusic2@gmail.com> wrote:
Hi,

I would like to know how to remove csound from a computer (specially Mac
OSX, but also Windows).
I would like to test different installations, and I want to be sure that
csound is not already installed.

I'm also interested to know if csound and the components it needs have
necessary to be on a specific place on the computer. If not, is it possible
to just copy csound on the same places than csound applications, and sent
the whole folder to users, in order to avoid that they have to explicitly
install csound on their computer) ?




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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

Date2019-09-19 16:02
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] How to deinstall csound
I spoke too soon


sudo apt-get install csound
sudo apt-get install csoundqt

sudo apt-get install blue
sudo apt-get install cecilia4csound
sudo apt-get install cabbage
sudo apt-get install live.csound

game on
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Thu, Sep 19, 2019 at 10:57 AM Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
We have no intention of "uninstalling" Cabbage... at this time...
- but thanks for the warning!

I must say that once Cabbage is packaged for the Raspberry Pi - it will spread like a weed - and be installed everywhere!

sudo apt-get install cabbage . 
sudo apt-get cecilia4csound

game of thrones

_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 11:53 AM Rory Walsh <rorywalsh@ear.ie> wrote:
I should say that Cabbage can also be uninstalled, but if you do, I'll hunt you down.....! 

On Wed, 18 Sep 2019 at 16:50, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Thanks for these tips, and thanks for checking each other on some extra things that must be done for the Mac.
- sometimes I use the installer
- sometimes I use brew install Csound
(NOT sure if they install the same things and if they install in the same places)

I am copying all your advice in my NOTEPAD app for future reference, but...
 - could we post the complete set of instructions at Csound,com or on the Download/Installer Page for my previous, current, future students?

Thanks.

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Wed, Sep 18, 2019 at 10:33 AM Bernard Geyer <micamusic2@gmail.com> wrote:
Hi,

I would like to know how to remove csound from a computer (specially Mac
OSX, but also Windows).
I would like to test different installations, and I want to be sure that
csound is not already installed.

I'm also interested to know if csound and the components it needs have
necessary to be on a specific place on the computer. If not, is it possible
to just copy csound on the same places than csound applications, and sent
the whole folder to users, in order to avoid that they have to explicitly
install csound on their computer) ?




--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

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