Subject Re: [firebird-support] Re: How do I uninstall Firebird on Mac Yosemite?
Author Mark Rotteveel
On 4-4-2015 03:59, ryanashton@... [firebird-support] wrote:
> Okay, so I did the following:
>
> 1) Opened a Terminal window
> 2) Typed 'vi remove.sh' [Enter]
> 3) Typed ':i' [Enter]
> 3) Pasted the text as above

Before step you need to press [Esc] to return to command mode.

> 4) Typed ':wq' [Enter]
> 5) Closed the Terminal window. When I closed the window, a dialog box
> popped up saying 'Do you want to close this Terminal window? Closing
> this window will terminate the running processes: vim.'

You shouldn't quit the terminal yet, you still need to do (in the
terminal window:

chmod 777 remove.sh [Enter]
sudo remove.sh [Enter]

This last command may need to be executed as:
sudo ./remove.sh [Enter]

Mark
--
Mark Rotteveel